diff options
Diffstat (limited to 'phpunit.xml')
-rw-r--r-- | phpunit.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000..90b6d3e --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<phpunit bootstrap="vendor/autoload.php" + colors="true" + verbose="true" + stopOnFailure="false"> + <testsuites> + <testsuite name="Test suite"> + <directory>tests</directory> + </testsuite> + </testsuites> +</phpunit> |