예제 #1
0
파일: FileTest.php 프로젝트: kingsj/core
 /**
  * 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());
 }