1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
<phpunit bootstrap="tests/bootstrap.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true"> <testsuites> <testsuite name="Xibo Integration Test Suite"> <directory suffix="Test.php">tests/integration</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>lib</directory> </whitelist> </filter> </phpunit> |