/**
  * testTraitUseStatementInTraitHasExpectedEndLine
  *
  * @param PHP_Depend_Code_ASTTraitUseStatement $stmt
  *
  * @return void
  * @depends testTraitUseStatementInTrait
  */
 public function testTraitUseStatementInTraitHasExpectedEndLine($stmt)
 {
     $this->assertEquals(4, $stmt->getEndLine());
 }