Skip to content

Commit dea605b

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

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
@@ -1777,7 +1777,7 @@ public function testRouteMatchingHostMultipleFail(): void
17771777
$routes->setDefaultController('Home');
17781778
$routes->setDefaultMethod('index');
17791779

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

17831783
$expects = '\\' . Home::class;

0 commit comments

Comments
 (0)