We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a18d9b commit 034e230Copy full SHA for 034e230
Tests/Command/ServerDumpCommandTest.php
@@ -23,10 +23,6 @@ class ServerDumpCommandTest extends TestCase
23
*/
24
public function testComplete(array $input, array $expectedSuggestions)
25
{
26
- if (!class_exists(CommandCompletionTester::class)) {
27
- $this->markTestSkipped('Test command completion requires symfony/console 5.4+.');
28
- }
29
-
30
$tester = new CommandCompletionTester($this->createCommand());
31
32
$this->assertSame($expectedSuggestions, $tester->complete($input));
0 commit comments