diff --git a/.gitignore b/.gitignore index cab72a48..497dab35 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ composer.lock vendor .phpunit.result.cache .php_cs.cache - +.phpunit.cache diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 500b21cb..7276a7cc 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,24 +1,13 @@ - - - - tests - - - - - src/ - - + + + + tests + + + + + src/ + +