mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-10 10:26:58 +01:00
fix(tests): Replace Faker library
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -41,7 +41,7 @@ class AddressTest extends UnitaryTestCase
|
||||
{
|
||||
$faker = Factory::create();
|
||||
|
||||
return array_map(fn() => [[$faker->ipv4], [$faker->ipv6]], range(0, 99));
|
||||
return array_map(fn() => [$faker->ipv4], [$faker->ipv6], range(0, 99));
|
||||
}
|
||||
|
||||
public static function checkAddressProvider(): array
|
||||
|
||||
Reference in New Issue
Block a user