|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <phpunitbootstrap="./tests/bootstrap.php" |
3 | | -colors="true" |
4 | | -convertErrorsToExceptions="true" |
5 | | -convertNoticesToExceptions="true" |
6 | | -convertWarningsToExceptions="true" |
7 | | -stopOnFailure="false"> |
8 | | -<testsuites> |
9 | | -<testsuitename="Test Suite"> |
10 | | -<directory>./tests</directory> |
11 | | -</testsuite> |
12 | | -</testsuites> |
| 3 | +colors="true" |
| 4 | +convertErrorsToExceptions="true" |
| 5 | +convertNoticesToExceptions="true" |
| 6 | +convertWarningsToExceptions="true" |
| 7 | +stopOnFailure="false"> |
| 8 | +<testsuites> |
| 9 | +<testsuitename="Test Suite"> |
| 10 | +<directory>./tests</directory> |
| 11 | +</testsuite> |
| 12 | +</testsuites> |
| 13 | +<filter> |
| 14 | +<whitelist> |
| 15 | +<directorysuffix=".php">.</directory> |
| 16 | +<exclude> |
| 17 | +<directorysuffix=".php">./tmp</directory> |
| 18 | +<directorysuffix=".php">./vendor</directory> |
| 19 | +<directorysuffix=".php">./tests</directory> |
| 20 | +</exclude> |
| 21 | +</whitelist> |
| 22 | +</filter> |
13 | 23 | </phpunit> |