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