Set testing array store to array for translation

parent d419ff0c
...@@ -48,6 +48,9 @@ abstract class BaseTranslationTest extends TestCase ...@@ -48,6 +48,9 @@ abstract class BaseTranslationTest extends TestCase
'en' => [], 'en' => [],
'fr' => [], 'fr' => [],
]); ]);
$app['config']->set('cache.stores.translations', [
'driver' => 'array',
]);
} }
private function resetDatabase() private function resetDatabase()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment