예제 #1
0
 /**
  * testListExpressionWithNestedListHasExpectedEndColumn
  *
  * @param PHP_Depend_Code_ASTListExpression $expr
  *
  * @return void
  * @since 1.0.2
  * @depends testListExpressionWithNestedList
  */
 public function testListExpressionWithNestedListHasExpectedEndColumn($expr)
 {
     $this->assertEquals(42, $expr->getEndColumn());
 }