Skip to content

Commit 034e230

Browse files
committed
Clean skippable tests that are never skipped
1 parent 9a18d9b commit 034e230

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Tests/Command/ServerDumpCommandTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ class ServerDumpCommandTest extends TestCase
2323
*/
2424
public function testComplete(array $input, array $expectedSuggestions)
2525
{
26-
if (!class_exists(CommandCompletionTester::class)) {
27-
$this->markTestSkipped('Test command completion requires symfony/console 5.4+.');
28-
}
29-
3026
$tester = new CommandCompletionTester($this->createCommand());
3127

3228
$this->assertSame($expectedSuggestions, $tester->complete($input));

0 commit comments

Comments
 (0)