Ejemplo n.º 1
0
 /**
  * @expectedException InvalidArgumentException
  */
 public function testAddChild()
 {
     $property = new PhpProperty('Foo');
     $property->addChild(new PhpVariable('Bar'));
 }