diff --git a/.gitignore b/.gitignore index 4aa2fa6..c590e5b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,6 @@ vendor composer.lock phpunit.xml .phpunit.result.cache +.phpunit.cache .DS_Store .php-cs-fixer.cache diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 1f20019..fdc7ae3 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,13 +1,14 @@ - - - - ./src - - + + ./tests + + + ./src + +