File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -28,3 +28,5 @@ before_script:
28
28
- php artisan ui vue --auth
29
29
- composer dump-autoload
30
30
- php artisan clear-compiled
31
+
32
+ script : vendor/bin/phpunit
Original file line number Diff line number Diff line change 25
25
}
26
26
},
27
27
"require-dev" : {
28
- "illuminate/support " : " ^5.7 " ,
29
- "orchestra/testbench " : " ~3.0 " ,
30
- "phpunit/phpunit " : " ^7.0 " ,
31
- "laravel/laravel" : " 5.7.* "
28
+ "orchestra/testbench " : " ^5.2 " ,
29
+ "laravel/tinker " : " ^2.4 " ,
30
+ "illuminate/support " : " ^7.12 " ,
31
+ "laravel/laravel" : " ^7.12 "
32
32
},
33
33
"extra" : {
34
34
"laravel" : {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class TestCase extends OrchestraTestCase
15
15
*
16
16
* @return jeremykenedy\laravelusers\LaravelUsersServiceProvider
17
17
*/
18
- protected function getPackageProviders ($ app )
18
+ protected function getPackageProviders ($ app ): void
19
19
{
20
20
return [LaravelUsersServiceProvider::class];
21
21
}
@@ -27,7 +27,7 @@ protected function getPackageProviders($app)
27
27
*
28
28
* @return array
29
29
*/
30
- protected function getPackageAliases ($ app )
30
+ protected function getPackageAliases ($ app ): void
31
31
{
32
32
return [
33
33
'UsersManagementController ' => LaravelUsersFacade::class,
You can’t perform that action at this time.
0 commit comments