예제 #1
0
 /**
  * @depends testSetPolicyIdsSetsProperty
  */
 public function testGetPolicyIdsReturnsPropertyValue()
 {
     $policyIds = $this->getMockForAbstractClass('\\Dkd\\PhpCmis\\Data\\PolicyIdListInterface');
     $this->objectData->setPolicyIds($policyIds);
     $this->assertSame($policyIds, $this->objectData->getPolicyIds());
 }