Example #1
0
 public function testSetRawPropertyValue()
 {
     $expected = 'AValue';
     $propertySet = new PropertySet();
     $propertySet['P1'] = $this->getMockPropertyFor__RawSet($expected);
     $propertySet->__setRawPropertyValue('P1', $expected);
 }