diff --git a/tests/Command/UsersCheckPasswordCommandTest.php b/tests/Command/UsersCheckPasswordCommandTest.php index 4a89f553..d6563f36 100644 --- a/tests/Command/UsersCheckPasswordCommandTest.php +++ b/tests/Command/UsersCheckPasswordCommandTest.php @@ -20,6 +20,9 @@ use Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface; use Symfony\Component\PasswordHasher\PasswordHasherInterface; +/** + * @group legacy + */ class UsersCheckPasswordCommandTest extends TestCase { protected $inputStream;