Exemplo n.º 1
0
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testRemoveConstantThrowsExceptionWhenConstantDoesNotExist()
 {
     $class = new PhpClass();
     $class->removeConstant('foo');
 }