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