Skip to content

Commit b3d271a

Browse files
author
rotimi
committed
Tweak
1 parent b1a6422 commit b3d271a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/smvc-tools/post-composer-create-project.php

+2
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ public static function exec(): void {
103103
"{$root_folder}phpunit.xml.dist",
104104
"{$root_folder}LICENSE",
105105
"{$root_folder}rector.php",
106+
"{$root_folder}tests/AllRoutesTest.php",
107+
"{$root_folder}tests/bootstrap.php",
106108
];
107109

108110
foreach ($files_to_delete as $file_to_delete) {

0 commit comments

Comments
 (0)