diff options
Diffstat (limited to 'tests/phpunit.xml')
-rwxr-xr-x | tests/phpunit.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml new file mode 100755 index 0000000..91278c2 --- /dev/null +++ b/tests/phpunit.xml @@ -0,0 +1,19 @@ +<?xml version="1.0"?> +<phpunit + strict="true" + stopOnError="false" + stopOnFailure="false" + stopOnIncomplete="false" + stopOnSkipped="false" + colors="false" + verbose="true" + > + <testsuites> + <testsuite name="SSRS"> + <directory>.</directory> + </testsuite> + </testsuites> + <php> + <includePath>../library</includePath> + </php> +</phpunit>
\ No newline at end of file |