diff --git a/.gitignore b/.gitignore index 91186d8..f219eb3 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ storage/*.key /data/redis/ /public/build/ /.phpunit.cache/ +/build/ diff --git a/phpunit.xml b/phpunit.xml index b093a74..c8a82ff 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,7 +1,19 @@ - + ./tests/Unit @@ -14,7 +26,16 @@ ./app + + + + + + + + +