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:
2828  - php artisan ui vue --auth 
2929  - composer dump-autoload 
3030  - php artisan clear-compiled 
31+ 
32+ script : vendor/bin/phpunit 
Original file line number Diff line number Diff line change 2525        }
2626    },
2727    "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 " 
3232    },
3333    "extra" : {
3434        "laravel" : {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class TestCase extends OrchestraTestCase
1515     * 
1616     * @return jeremykenedy\laravelusers\LaravelUsersServiceProvider 
1717     */ 
18-     protected  function  getPackageProviders ($ app )
18+     protected  function  getPackageProviders ($ app ):  void 
1919    {
2020        return  [LaravelUsersServiceProvider::class];
2121    }
@@ -27,7 +27,7 @@ protected function getPackageProviders($app)
2727     * 
2828     * @return array 
2929     */ 
30-     protected  function  getPackageAliases ($ app )
30+     protected  function  getPackageAliases ($ app ):  void 
3131    {
3232        return  [
3333            'UsersManagementController '  => LaravelUsersFacade::class,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments