Skip to content

Commit

Permalink
Update create-new-project.php
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Jul 5, 2020
1 parent 0d9d9af commit ad76aae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions create-new-project.php
Expand Up @@ -125,6 +125,7 @@ function getFileList($dir, $filter = null, &$results = [])
"tests/__NS__Test.php" => "tests/{$namespace}Test.php",
"tests/__NS__CodestyleTest.php" => "tests/{$namespace}CodestyleTest.php",
"tests/__NS__CopyrightTest.php" => "tests/{$namespace}CopyrightTest.php",
"tests/__NS__ReadmeTest.php" => "tests/{$namespace}ReadmeTest.php",
'/README.dist.md' => 'README.md',
];

Expand Down

0 comments on commit ad76aae

Please sign in to comment.