Skip to content

Commit fda08ce

Browse files
committed
Fix test
1 parent ea624d4 commit fda08ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/system/Router/RoutingOptimizationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public function testBothModesEnabled(): void
151151

152152
// Test fallback to auto-routing
153153
$router->handle('mycontroller');
154-
$this->assertSame(Mycontroller::class, $router->controllerName());
154+
$this->assertSame('\\' . Mycontroller::class, $router->controllerName());
155155
$this->assertSame('getIndex', $router->methodName());
156156
}
157157

0 commit comments

Comments
 (0)