diff --git a/.gitignore b/.gitignore index fc4b6ee..da1c0c9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ vendor/ .phpunit.result.cache composer.lock phpunit.xml -package-lock.json \ No newline at end of file +package-lock.json +build/ diff --git a/phpunit.xml.dist b/phpunit.xml.dist index e3409ca..4131ab6 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -9,6 +9,16 @@ ./tests + + + ./src + + + + + + +