diff --git a/.gitignore b/.gitignore index 44de97a3..d1502b08 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,2 @@ vendor/ composer.lock -phpunit.xml - diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 00000000..79703fce --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,23 @@ + + + + + + ./tests/ + + + + + + ./src/ + + +