Skip to content

Commit

Permalink
Clean skippable tests that are never skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyweb committed Apr 15, 2022
1 parent 7ac8ed1 commit 655b2b9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Tests/Command/UserPasswordHashCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -292,10 +292,6 @@ public function testThrowsExceptionOnNoConfiguredHashers()
*/
public function testCompletionSuggestions(array $input, array $expectedSuggestions)
{
if (!class_exists(CommandCompletionTester::class)) {
$this->markTestSkipped('Test command completion requires symfony/console 5.4+.');
}

$command = new UserPasswordHashCommand($this->createMock(PasswordHasherFactoryInterface::class), ['App\Entity\User']);
$tester = new CommandCompletionTester($command);

Expand Down

0 comments on commit 655b2b9

Please sign in to comment.