Andrey Andreev | 79980e4 | 2012-11-25 16:32:05 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | |
| 3 | <phpunit |
| 4 | bootstrap="../Bootstrap.php" |
| 5 | colors="true" |
| 6 | convertNoticesToExceptions="true" |
| 7 | convertWarningsToExceptions="true" |
| 8 | stopOnError="false" |
| 9 | stopOnFailure="false" |
| 10 | stopOnIncomplete="false" |
| 11 | stopOnSkipped="false"> |
| 12 | <php> |
| 13 | <const name="DB_DRIVER" value="mysqli"/> |
| 14 | </php> |
| 15 | <testsuites> |
| 16 | <testsuite name="CodeIgniter Core Test Suite"> |
| 17 | <directory suffix="test.php">../codeigniter</directory> |
| 18 | </testsuite> |
| 19 | </testsuites> |
| 20 | <filter> |
| 21 | <whitelist addUncoveredFilesFromWhitelist="false"> |
| 22 | <directory suffix=".php">../../system</directory> |
| 23 | </whitelist> |
| 24 | </filter> |
| 25 | </phpunit> |