Пример #1
0
 /**
  * testWhileStatementAlternativeScopeHasExpectedEndLine
  *
  * @param PHP_Depend_Code_ASTWhileStatement $stmt
  *
  * @return void
  * @depends testWhileStatementWithAlternativeScope
  */
 public function testWhileStatementAlternativeScopeHasExpectedEndLine($stmt)
 {
     $this->assertEquals(8, $stmt->getEndLine());
 }