jqh %!s(int64=6) %!d(string=hai) anos
pai
achega
1a1f9f03c9
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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;
 
     }