Skip to content

Commit 8902e79

Browse files
committed
Add .dist extension to PHPUnit configuration file in plugin-tests.
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/
1 parent d14c848 commit 8902e79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ config.yml
33
/cache
44
/vendor
55
/*.phar
6-
/phpunit.xml
6+
/phpunit.xml.dist

0 commit comments

Comments
 (0)