diff --git a/.gitignore b/.gitignore index 212ad7c..5713aed 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ docs/ .phpdoc/ .php-cs-fixer.cache .phpunit.result.cache +phpunit.xml diff --git a/phpunit.dist.xml b/phpunit.dist.xml new file mode 100644 index 0000000..c6182a1 --- /dev/null +++ b/phpunit.dist.xml @@ -0,0 +1,13 @@ + + + + tests + + + + + + + + + diff --git a/phpunit.xml b/phpunit.xml deleted file mode 100644 index d631506..0000000 --- a/phpunit.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - tests - - - - - -