| 1 | <phpunit backupGlobals="true"␊ |
| 2 | backupStaticAttributes="false"␊ |
| 3 | bootstrap="test/bootstrap.php"␊ |
| 4 | convertErrorsToExceptions="true"␊ |
| 5 | convertNoticesToExceptions="true"␊ |
| 6 | convertWarningsToExceptions="true"␊ |
| 7 | strict="false"␊ |
| 8 | verbose="true">␊ |
| 9 | ␊ |
| 10 | <testsuites>␊ |
| 11 | <testsuite name="Everything">␊ |
| 12 | <directory>test/IDF/</directory>␊ |
| 13 | </testsuite>␊ |
| 14 | </testsuites>␊ |
| 15 | ␊ |
| 16 | <filter>␊ |
| 17 | <whitelist>␊ |
| 18 | <directory suffix=".php">src/IDF</directory>␊ |
| 19 | <exclude>␊ |
| 20 | <directory suffix=".php">src/IDF/Tests</directory>␊ |
| 21 | <directory suffix=".php">src/IDF/conf</directory>␊ |
| 22 | <file>src/IDF/version.php</file>␊ |
| 23 | </exclude>␊ |
| 24 | </whitelist>␊ |
| 25 | </filter>␊ |
| 26 | </phpunit>␊ |
| 27 | ␊ |
| 28 | |