8000 fixed bad auto merge · symfony/console@30b4446 · GitHub
[go: up one dir, main page]

Skip to content

Commit 30b4446

Browse files
committed
fixed bad auto merge
1 parent 3d5327c commit 30b4446

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

Tests/Helper/TableTest.php

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -641,25 +641,6 @@ public function testIsNotDefinedStyleException()
641641
$table->setStyle('absent');
642642
}
643643

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-
663644
/**
664645
* @expectedException \Symfony\Component\Console\Exception\InvalidArgumentException
665646
* @expectedExceptionMessage Style "absent" is not defined.

0 commit comments

Comments
 (0)
0