/** * testGetEndLineReturnsOneWhenSourceFileExists * * @return void * @group pdepend * @group pdepend::code * @group unittest */ public function testGetEndLineReturnsOneWhenSourceFileExists() { $file = new PHP_Depend_Code_File(__FILE__); self::assertEquals(436, $file->getEndLine()); }