We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e209dd commit 269049aCopy full SHA for 269049a
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