Rename phpunit.xml file

This commit is contained in:
Vincent Klaiber 2015-12-03 14:33:05 +01:00
parent 530cdb02f0
commit 5ab91d7345
3 changed files with 3 additions and 2 deletions

2
.gitattributes vendored
View File

@ -8,7 +8,7 @@
.travis.yml export-ignore
.scrutinizer.yml export-ignore
/codeception.yml export-ignore
/phpunit.xml export-ignore
/phpunit.xml.dist export-ignore
/CHANGELOG.md export-ignore
/CONTRIBUTING.md export-ignore
/README.md export-ignore

3
.gitignore vendored
View File

@ -1,5 +1,6 @@
/vendor
/composer.lock
phpunit.xml
.idea
/examples/vendor
/tests/_output
/tests/_output