Skip to content

Commit 18e3e44

Browse files
committed
Set test view paths as an array
1 parent f64badd commit 18e3e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Macros/LocalizedUrlMacroTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,6 @@ public function it_returns_a_localized_url_for_a_non_localized_fallback_route_wh
513513
*/
514514
protected function setCustomErrorViewPath()
515515
{
516-
Config::set('view.paths', __DIR__ . '/../../Stubs/views');
516+
Config::set('view.paths', [__DIR__ . '/../../Stubs/views']);
517517
}
518518
}

0 commit comments

Comments
 (0)