Ver código fonte

Update tests

jqh 5 anos atrás
pai
commit
1a1f9f03c9
1 arquivos alterados com 2 adições e 0 exclusões
  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;
 
     }