diff --git a/.gitignore b/.gitignore index b38d1e8..98c7579 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ /.idea/ -/.vagrant/ /vendor/ +/build/.phpunit.result.cache /build/logs/ /composer.lock diff --git a/build/phpunit.xml b/build/phpunit.xml index 9a47706..de94987 100644 --- a/build/phpunit.xml +++ b/build/phpunit.xml @@ -1,17 +1,24 @@ + bootstrap="../tests/bootstrap.php" + verbose="true" + beStrictAboutOutputDuringTests="true" + colors="true" + convertErrorsToExceptions="true" + convertNoticesToExceptions="true" + convertWarningsToExceptions="true"> + + + + + + + + - + ../tests/Unit - + ../tests/Integration @@ -20,9 +27,4 @@ ../src - - - - - diff --git a/build/xdebug-filter.php b/build/xdebug-filter.php new file mode 100644 index 0000000..322535c --- /dev/null +++ b/build/xdebug-filter.php @@ -0,0 +1,14 @@ +