1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
<?xml version="1.0"?> <phpunit bootstrap="./bootstrap.php" strict="true" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false" stopOnSkipped="false" colors="false" verbose="true" > <testsuites> <testsuite name="SSRSTest"> <directory>.</directory> </testsuite> </testsuites> <php> <includePath>../library</includePath> </php> </phpunit>