1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 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>