mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
DX: Fix user repository test
This commit is contained in:
@@ -37,6 +37,7 @@ class UserRepositoryTest extends KernelTestCase
|
||||
$i = 0;
|
||||
foreach ($userIterator as $u) {
|
||||
self::assertIsArray($u);
|
||||
$i++;
|
||||
}
|
||||
self::assertGreaterThan(0, $i);
|
||||
}
|
||||
|
Reference in New Issue
Block a user