Skip to content

Commit 33f44cf

Browse files
committed
Fixing path to tests
1 parent f270f25 commit 33f44cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHPProjectGen.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ private function generateZipFile()
137137
if ($this->composer_config['phpunit']) {
138138
$testFile = "tests/test" . $this->composer_config['projectname'] . ".php";
139139
$zipFile
140-
->addFile(__DIR__ . "/temp/phpunit.xml.dist", "test/phpunit.xml.dist")
140+
->addFile(__DIR__ . "/temp/phpunit.xml.dist", "tests/phpunit.xml.dist")
141141
->addFile(__DIR__ . "/temp/test" . $this->composer_config['projectname'] . ".php", $testFile);
142142
}
143143

0 commit comments

Comments
 (0)