Merge pull request #409 from vinkla/phpunit

Rename phpunit.xml file
This commit is contained in:
Alex Bilbie 2015-12-22 13:24:42 +00:00
commit 09f1d0fbb1
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