Skip to content

Commit 514cab0

Browse files
committed
Rename test
1 parent 1a3609a commit 514cab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Macros/CurrentUrlMacroTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class CurrentUrlMacroTest extends TestCase
1212
{
1313
/** @test */
14-
public function it_automatically_generates_urls_with_localized_route_keys_for_the_current_route_using_route_model_binding()
14+
public function it_generates_urls_with_localized_route_keys_for_the_current_route_using_route_model_binding()
1515
{
1616
$this->setSupportedLocales(['en', 'nl']);
1717

0 commit comments

Comments
 (0)