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