Root/
| 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 | </phpunit>␊ |
| 16 |
