diff --git a/.gitignore b/.gitignore index aea4dfb..a30f3fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /.idea +/.phpunit.cache /build /vendor .phpunit.result.cache diff --git a/phpunit.xml.dist b/phpunit.xml.dist index af332d7..0860283 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,18 +1,16 @@ - + + + + ./src + + ./tests - - - ./src - +