コード例 #1
0
 public function testSetReadOnly()
 {
     $this->assertIsFluent($this->builder->setReadOnly());
     $this->assertTrue($this->cm->isReadOnly);
 }