Example #1
0
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testRemovePropertyByNameNotExists()
 {
     $definition = new Definition('Class1');
     $definition->removePropertyByName('propertyName');
 }