chg: test: all tests passed and migrated to Symfony 8 #14

This commit is contained in:
2026-07-27 18:39:17 +02:00
parent 82fff0cdf0
commit dff46cdc6f
5 changed files with 4 additions and 7 deletions
@@ -48,6 +48,7 @@ class PurgeExpiredPendingUsersCommandTest extends WebTestCase
$tester->execute([]);
$em = static::getContainer()->get(EntityManagerInterface::class);
$em->clear();
self::assertNull($em->find(User::class, $expiredUser->id));
self::assertNotNull($em->find(User::class, $pendingUser->id));
self::assertNotNull($em->find(User::class, $verifiedUser->id));