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 7ac8ed1 commit 655b2b9Copy full SHA for 655b2b9
Tests/Command/UserPasswordHashCommandTest.php
@@ -292,10 +292,6 @@ public function testThrowsExceptionOnNoConfiguredHashers()
292
*/
293
public function testCompletionSuggestions(array $input, array $expectedSuggestions)
294
{
295
- if (!class_exists(CommandCompletionTester::class)) {
296
- $this->markTestSkipped('Test command completion requires symfony/console 5.4+.');
297
- }
298
-
299
$command = new UserPasswordHashCommand($this->createMock(PasswordHasherFactoryInterface::class), ['App\Entity\User']);
300
$tester = new CommandCompletionTester($command);
301
0 commit comments