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