silverstripe-framework/tasks
Ingo Schommer d1af214ef5 API Removed custom dev/tests/ execution
Rely on standard vendor/bin/phpunit via CLI instead.
See https://github.com/silverstripe/silverstripe-framework/issues/4254

- Not disabling xdebug. That should be harmful, and is actively harming test development
- No longer able to specifically skip tests via the `SkipTests` request parameter. Use phpunit.xml groups and the `--exclude-group` CLI argument instead
- No longer able to specify multiple comma-separated module folders. use phpunit.xml groups and the `--group` CLI argument instead
- Not explicitly calling `SSViewer::flush_template_cache()` (was never the case on running `phpunit` CLI anyway, and shouldn't be required any more)
2016-02-23 20:19:35 +13:00
..
CleanupTestDatabasesTask.php API Removed custom dev/tests/ execution 2016-02-23 20:19:35 +13:00
EncryptAllPasswordsTask.php API Removed custom dev/tests/ execution 2016-02-23 20:19:35 +13:00
i18nTextCollectorTask.php remove tailing spaces in task 2015-08-06 11:49:10 +12:00
MigrateFileTask.php API File has Versioned extension 2016-02-23 13:46:28 +13:00
RegenerateCachedImagesTask.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00