Skip to content

Commit 83cac56

Browse files
committed
Rename tests
1 parent 45e32f0 commit 83cac56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Unit/Middleware/SetLocaleTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)