Skip to content

Commit f088a1c

Browse files
committed
fix path
1 parent 92e46a2 commit f088a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/GenerateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
8585
$projectTestCaseFilePath = $smokeTestsDirectory . '/AbstractContainerTestCase.php';
8686
if (! file_exists($projectTestCaseFilePath)) {
8787
$templateContents = FileSystem::read(__DIR__ . '/../../templates/Symfony/AbstractContainerTestCase.php');
88-
FileSystem::write($projectTestFilePath, $templateContents);
88+
FileSystem::write($projectTestCaseFilePath, $templateContents);
8989
}
9090

9191
$symfonyStyle->success(sprintf(

0 commit comments

Comments
 (0)