jqh vor 5 Jahren
Ursprung
Commit
1a1f9f03c9
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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;
 
     }