diff --git a/.gitignore b/.gitignore index ae8bd83..7ef68f2 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ storage/*.key .env Homestead.yaml Homestead.json + +.phpunit.result.cache \ No newline at end of file diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 9576993..172a9e5 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,29 +1,21 @@ - - - - ./tests/ - - - - - app/ - - - - - - - - - - + + + + app/ + + + + + ./tests/ + + + + + + + + + +