Skip to content

Commit 655b2b9

Browse files
committed
Clean skippable tests that are never skipped
1 parent 7ac8ed1 commit 655b2b9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Tests/Command/UserPasswordHashCommandTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,6 @@ public function testThrowsExceptionOnNoConfiguredHashers()
292292
*/
293293
public function testCompletionSuggestions(array $input, array $expectedSuggestions)
294294
{
295-
if (!class_exists(CommandCompletionTester::class)) {
296-
$this->markTestSkipped('Test command completion requires symfony/console 5.4+.');
297-
}
298-
299295
$command = new UserPasswordHashCommand($this->createMock(PasswordHasherFactoryInterface::class), ['App\Entity\User']);
300296
$tester = new CommandCompletionTester($command);
301297

0 commit comments

Comments
 (0)