File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -641,25 +641,6 @@ public function testIsNotDefinedStyleException()
641
641
$ table ->setStyle ('absent ' );
642
642
}
643
643
644
- /**
645
- * @expectedException Symfony\Component\Console\Exception\InvalidArgumentException
646
- * @expectedExceptionMessage Style "absent" is not defined.
647
- */
648
- public function testGetStyleDefinition ()
649
- {
650
- Table::getStyleDefinition ('absent ' );
651
- }
652
-
653
- /**
654
- * @expectedException \Symfony\Component\Console\Exception\InvalidArgumentException
655
- * @expectedExceptionMessage Style "absent" is not defined.
656
- */
657
- public function testIsNotDefinedStyleException ()
658
- {
659
- $ table = new Table ($ this ->getOutputStream ());
660
- $ table ->setStyle ('absent ' );
661
- }
662
-
663
644
/**
664
645
* @expectedException \Symfony\Component\Console\Exception\InvalidArgumentException
665
646
* @expectedExceptionMessage Style "absent" is not defined.
You can’t perform that action at this time.
0 commit comments