diff --git a/composer.json b/composer.json index cac24560..bda43337 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "fzaninotto/faker": "^1.4", "mockery/mockery": "^1.0", "nunomaduro/collision": "^2.0", - "phpunit/phpunit": "^8.0" + "phpunit/phpunit": "^7.5" }, "config": { "optimize-autoloader": true, diff --git a/database/factories/UserFactory.php b/database/factories/UserFactory.php index bd5bb9fb..2985ea24 100644 --- a/database/factories/UserFactory.php +++ b/database/factories/UserFactory.php @@ -1,6 +1,7 @@ $faker->unique()->safeEmail, 'email_verified_at' => now(), 'password' => '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', // password - 'remember_token' => str_random(10), + 'remember_token' => Str::random(10), ]; }); diff --git a/phpunit.xml b/phpunit.xml index 9566b67e..da4add30 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -23,11 +23,11 @@ - - - - - - + + + + + +