示例#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());
 }