Browse Source

Update tests

jqh 5 years ago
parent
commit
1a1f9f03c9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/CreatesApplication.php

+ 2 - 0
tests/CreatesApplication.php

@@ -19,6 +19,8 @@ trait CreatesApplication
 
         $app->register('Dcat\Admin\AdminServiceProvider');
 
+        $app->make('config')->set('app.locale', 'en');
+
         return $app;
 
     }