示例#1
0
 public function testSetPropertyValue()
 {
     $expected = 'AValue';
     $propertySet = new PropertySet();
     $propertySet['P1'] = $this->getMockPropertyForSet($expected);
     $propertySet->setPropertyValue('P1', $expected);
 }