diff --git a/.gitignore b/.gitignore index a821a6b..6583644 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /vendor/ /.php-cs-fixer.cache +/.phpunit.cache diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000..3cdd54d --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,20 @@ + + + + + tests/Unit + + + + + src + + +