Skip to content

Commit 9f1db38

Browse files
rtucekMarc Cámara
authored andcommitted
Rename PHPUnit's config file (#433)
Usually, we use phpunit.xml.dist config files and allow developers overriding them with their own phpunit.xml (if necessary) which is part of the .gitignore Also sorting entries of .gitignore alphabetically.
1 parent e64242c commit 9f1db38

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
/.buildpath
2+
/.project
3+
/.settings
14
/vendor
2-
composer.phar
35
composer.lock
6+
composer.phar
47
Thumbs.db
5-
/.settings
6-
/.buildpath
7-
/.project
8+
phpunit.xml
File renamed without changes.

0 commit comments

Comments
 (0)