コード例 #1
0
 /**
  * testStaticReferenceHasExpectedEndLine
  *
  * @param PHP_Depend_Code_ASTStaticReference $reference
  *
  * @return void
  * @depends testStaticReference
  */
 public function testStaticReferenceHasExpectedEndLine($reference)
 {
     $this->assertEquals(5, $reference->getEndLine());
 }