Esempio n. 1
0
 /**
  * testSelfReferenceHasExpectedEndLine
  *
  * @param PHP_Depend_Code_ASTSelfReference $reference
  *
  * @return void
  * @depends testSelfReference
  */
 public function testSelfReferenceHasExpectedEndLine($reference)
 {
     $this->assertEquals(5, $reference->getEndLine());
 }