remove tests folder when running 'clean' command

This commit is contained in:
Andy Miller
2016-01-27 17:17:29 -07:00
parent 7e20ef5dd6
commit 4485aa3109
2 changed files with 3 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ class CleanCommand extends Command
* @var array
*/
protected $paths_to_remove = [
'codeception.yml',
'tests/',
'user/plugins/email/vendor/swiftmailer/swiftmailer/.travis.yml',
'user/plugins/email/vendor/swiftmailer/swiftmailer/build.xml',
'user/plugins/email/vendor/swiftmailer/swiftmailer/composer.json',

View File

@@ -55,6 +55,7 @@ class SandboxCommand extends ConsoleCommand
'/system' => '/system',
'/vendor' => '/vendor',
'/webserver-configs' => '/webserver-configs',
'/codeception.yml' => '/codeception.yml',
);
/**