diff --git a/.gitignore b/.gitignore index 0a58e42..205b3eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ # Composer **/vendor/ composer.lock +**/.phpunit.cache/ diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000..f598f8d --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,25 @@ + + + + + tests + + + + + + src + + +