Skip to content

Commit 22b872f

Browse files
committed
Fixing disabling of localization during tests
1 parent d9f42f3 commit 22b872f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/Integration/ElementsTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ protected function setUp() {
1818
$this->auth();
1919

2020
// Disable localization for these tests
21-
config()->set('decoy.site.locales', []);
21+
config()->set('decoy.site.locales', [
22+
'en' => 'English',
23+
]);
2224
}
2325

2426
/**

0 commit comments

Comments
 (0)