Skip to content

Commit 523ceb5

Browse files
committed
fix:tests
1 parent 2c7371b commit 523ceb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Support/ControllerGeneratorTest/ControllerGeneratorMockTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function mockFilesystemWithoutRoutesFile(): void
1515
$fileSystemMock->services = [
1616
'PostService.php' => $this->mockPhpFileContent(),
1717
];
18-
$fileSystemMock->controllers = [];
18+
$fileSystemMock->routes = [];
1919

2020
$fileSystemMock->setStructure();
2121
}

0 commit comments

Comments
 (0)