We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e46a2 commit f088a1cCopy full SHA for f088a1c
src/Command/GenerateCommand.php
@@ -85,7 +85,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
85
$projectTestCaseFilePath = $smokeTestsDirectory . '/AbstractContainerTestCase.php';
86
if (! file_exists($projectTestCaseFilePath)) {
87
$templateContents = FileSystem::read(__DIR__ . '/../../templates/Symfony/AbstractContainerTestCase.php');
88
- FileSystem::write($projectTestFilePath, $templateContents);
+ FileSystem::write($projectTestCaseFilePath, $templateContents);
89
}
90
91
$symfonyStyle->success(sprintf(
0 commit comments