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