mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-06 00:24:08 +01:00
fix(tests): Replace Faker library
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
"roave/security-advisories": "dev-latest",
|
||||
"symfony/debug": "^v3.4",
|
||||
"phpunit/phpunit": "^10",
|
||||
"fzaninotto/faker": "1.9.x-dev",
|
||||
"fakerphp/faker": "^v1.23",
|
||||
"fabpot/goutte": "^v3.2",
|
||||
"nikic/php-parser": "^v4.1",
|
||||
"squizlabs/php_codesniffer": "^3",
|
||||
|
||||
851
composer.lock
generated
851
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -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