We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6727dc6 commit cd14605Copy full SHA for cd14605
tests/Unit/Macros/LocalizedUrlMacroTest.php
@@ -220,7 +220,7 @@ public function the_macro_does_not_blow_up_on_a_default_404_error()
220
}
221
222
/** @test */
223
- public function it_returns_localized_urls_for_non_existing_routes_that_have_a_supported_locale_in_their_url_if_you_register_a_fallback_route()
+ public function it_returns_a_localized_url_for_a_localized_fallback_route()
224
{
225
$this->setSupportedLocales(['en', 'nl']);
226
0 commit comments