Skip to content

Commit ab5dd6c

Browse files
ddevsrkenjis
andauthored
Update tests/system/Router/RouteCollectionTest.php
Co-authored-by: kenjis <[email protected]>
1 parent a997553 commit ab5dd6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/Router/RouteCollectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1757,7 +1757,7 @@ public function testRouteMatchingHostMultipleCorrect(): void
17571757
$routes->setDefaultController('Home');
17581758
$routes->setDefaultMethod('index');
17591759

1760-
$routes->get('/', 'Home::index', ['as' => 'ddd']);
1760+
$routes->get('/', 'Home::index', ['as' => 'home']);
17611761
$routes->get('/', '\App\Controllers\Site\CDoc::index', ['hostname' => ['one.domain.com', 'two.domain.com', 'three.domain.com']]);
17621762

17631763
$expects = '\App\Controllers\Site\CDoc';

0 commit comments

Comments
 (0)