예제 #1
0
 /**
  * @depends testSetIsExactAclSetsProperty
  */
 public function testGetIsExactAclReturnsPropertyValue()
 {
     $this->objectData->setIsExactAcl(true);
     $this->assertTrue($this->objectData->isExactAcl());
 }