File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ public function it_allows_for_localized_route_model_binding()
9898 }
9999
100100 /** @test */
101- public function it_does_not_auto_detect_the_preferred_locale_with_localizer_for_localized_routes ()
101+ public function it_does_not_detect_the_preferred_locale_with_localizer_for_localized_routes ()
102102 {
103103 $ this ->setSupportedLocales (['en ' , 'nl ' ]);
104104
@@ -119,7 +119,7 @@ public function it_does_not_auto_detect_the_preferred_locale_with_localizer_for_
119119 }
120120
121121 /** @test */
122- public function it_auto_detects_the_preferred_locale_with_localizer_for_non_localized_routes ()
122+ public function it_detects_the_preferred_locale_with_localizer_for_non_localized_routes ()
123123 {
124124 $ this ->setSupportedLocales (['en ' , 'nl ' ]);
125125
You can’t perform that action at this time.
0 commit comments