示例#1
0
 public function testAppendProperty()
 {
     $propertySet = new PropertySet();
     $property = $this->getMockProperty();
     $this->setExpectedException('RuntimeException');
     $propertySet->append($property);
 }