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