/**
  * Tests the end line value.
  *
  * @param \PDepend\Source\AST\ASTSwitchLabel $label
  *
  * @return void
  * @depends testSwitchLabelDefault
  */
 public function testSwitchLabelDefaultHasExpectedEndLine($label)
 {
     $this->assertEquals(7, $label->getEndLine());
 }