We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea624d4 commit fda08ceCopy full SHA for fda08ce
1 file changed
tests/system/Router/RoutingOptimizationTest.php
@@ -151,7 +151,7 @@ public function testBothModesEnabled(): void
151
152
// Test fallback to auto-routing
153
$router->handle('mycontroller');
154
- $this->assertSame(Mycontroller::class, $router->controllerName());
+ $this->assertSame('\\' . Mycontroller::class, $router->controllerName());
155
$this->assertSame('getIndex', $router->methodName());
156
}
157
0 commit comments