public function testSetReadOnly()
 {
     $this->assertIsFluent($this->builder->setReadOnly());
     $this->assertTrue($this->cm->isReadOnly);
 }