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