diff --git a/.gitignore b/.gitignore index 26f0a342e..30428fdea 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /output_*/ /source/build/ /vendor/ +/.phpunit.cache diff --git a/phpunit.xml.dist b/phpunit.xml.dist new file mode 100644 index 000000000..aee97a6c9 --- /dev/null +++ b/phpunit.xml.dist @@ -0,0 +1,26 @@ + + + + + tests + + + + + + src + + +