Ejemplo n.º 1
0
 public function testGetLineAfterChildren()
 {
     $method = new PhpMethod('Foo');
     $method->setHasBody(true);
     $line = $method->getLineAfterChildren();
     $this->assertSame('', $line);
 }