/**
  * testTraitUseStatementInTraitHasExpectedStartLine
  *
  * @param \PDepend\Source\AST\ASTTraitUseStatement $stmt
  *
  * @return void
  * @depends testTraitUseStatementInTrait
  */
 public function testTraitUseStatementInTraitHasExpectedStartLine($stmt)
 {
     $this->assertEquals(4, $stmt->getStartLine());
 }