diff --git a/.gitignore b/.gitignore index d4cb823..54de472 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ composer.lock vendor .php-cs-fixer.cache .phpunit.result.cache +.phpunit.cache diff --git a/phpunit.xml b/phpunit.xml index fe850a6..dbb0c53 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,16 +1,13 @@ - - - - ./tests - - - - - ./src - - + + + + ./tests + + + + + ./src + +