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 2c7371b commit 523ceb5Copy full SHA for 523ceb5
tests/Support/ControllerGeneratorTest/ControllerGeneratorMockTrait.php
@@ -15,7 +15,7 @@ public function mockFilesystemWithoutRoutesFile(): void
15
$fileSystemMock->services = [
16
'PostService.php' => $this->mockPhpFileContent(),
17
];
18
- $fileSystemMock->controllers = [];
+ $fileSystemMock->routes = [];
19
20
$fileSystemMock->setStructure();
21
}
0 commit comments