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 f270f25 commit 33f44cfCopy full SHA for 33f44cf
src/PHPProjectGen.php
@@ -137,7 +137,7 @@ private function generateZipFile()
137
if ($this->composer_config['phpunit']) {
138
$testFile = "tests/test" . $this->composer_config['projectname'] . ".php";
139
$zipFile
140
- ->addFile(__DIR__ . "/temp/phpunit.xml.dist", "test/phpunit.xml.dist")
+ ->addFile(__DIR__ . "/temp/phpunit.xml.dist", "tests/phpunit.xml.dist")
141
->addFile(__DIR__ . "/temp/test" . $this->composer_config['projectname'] . ".php", $testFile);
142
}
143
0 commit comments