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