Skip to content

Commit

Permalink
Silence tests of legacy code
Browse files Browse the repository at this point in the history
  • Loading branch information
t2d committed Dec 21, 2024
1 parent 97dc424 commit a94aaaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Command/UsersCheckPasswordCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
use Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface;
use Symfony\Component\PasswordHasher\PasswordHasherInterface;

/**
* @group legacy
*/
class UsersCheckPasswordCommandTest extends TestCase
{
protected $inputStream;
Expand Down

0 comments on commit a94aaaa

Please sign in to comment.