diff --git a/src/Generators/AbstractTestsGenerator.php b/src/Generators/AbstractTestsGenerator.php index 470d0ed..dc905eb 100644 --- a/src/Generators/AbstractTestsGenerator.php +++ b/src/Generators/AbstractTestsGenerator.php @@ -60,7 +60,7 @@ protected function createDump(): void file_put_contents($this->getFixturesPath("{$dumpName}.sql"), $content); event(new SuccessCreateMessage("Created a new Test dump on path: " - . "{$this->paths['tests']}/fixtures/{$this->getTestClassName()}/{dumpName}.sql")); + . "{$this->paths['tests']}/fixtures/{$this->getTestClassName()}/{$dumpName}.sql")); } protected function getDumpName(): string