mirror of
https://fast.feibisi.com/https://github.com/wp-cli/scaffold-command.git
synced 2025-10-03 16:51:08 +08:00
Naming the file `phpunit.xml.dist` instead of `phpunit.xml` is considered a best practice because it allows other developers working on a project to override the configuration without messing with extra command line parameters or dirtying their local version control state. See http://www.testically.org/2010/08/24/best-practice-how-to-ship-phpunit-configuration/
6 lines
66 B
Text
6 lines
66 B
Text
composer.lock
|
|
config.yml
|
|
/cache
|
|
/vendor
|
|
/*.phar
|
|
/phpunit.xml.dist
|