Skip to content
This repository was archived by the owner on Jun 18, 2019. It is now read-only.

Commit 7bb903f

Browse files
committed
fix unittest
1 parent 08bf508 commit 7bb903f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/LocalesTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public function test_load()
1616
$this->app['config']->set('translatable.locales', [
1717
'de',
1818
]);
19+
$this->app->make('translatable.locales')->load();
1920
$this->assertEquals(['de'], $this->app->make('translatable.locales')->all());
2021

2122
$this->app['config']->set('translatable.locales', [

0 commit comments

Comments
 (0)