diff --git a/.gitignore b/.gitignore index a3a64a2..78f83f7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ .DS_Store composer.lock -phpunit.xml vendor .idea composer.phar diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000..1fbf04e --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,19 @@ + + + + + ./tests/ + + + + + ./src/ + + +