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