/**
  * testConstantDefinitionWithDeclaratorsHasExpectedEndLine
  *
  * @param PHP_Depend_Code_ASTConstantDefinition $constant
  *
  * @return void
  * @since 1.0.2
  * @depends testConstantDefinitionWithDeclarators
  */
 public function testConstantDefinitionWithDeclaratorsHasExpectedEndLine($constant)
 {
     $this->assertEquals(6, $constant->getEndLine());
 }