diff --git a/.gitattributes b/.gitattributes index 4723185..8277603 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,6 @@ -.coveralls.yml export-ignore .gitattributes export-ignore .gitignore export-ignore .travis.yml export-ignore Makefile export-ignore -phpunit.xml.dist export-ignore +phpunit.xml export-ignore tests/ export-ignore diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000..8904f29 --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,25 @@ + + + + + + ./tests + + + + + + ./lib + + + diff --git a/phpunit.xml.dist b/phpunit.xml.dist deleted file mode 100644 index 1a432cf..0000000 --- a/phpunit.xml.dist +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - ./tests - - - - - - ./lib - - -