Phil Sturgeon | 407fcc9 | 2012-06-04 11:14:49 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | |
Alex Bilbie | 1876327 | 2012-10-18 16:45:20 +0100 | [diff] [blame] | 3 | <phpunit |
Phil Sturgeon | 407fcc9 | 2012-06-04 11:14:49 -0500 | [diff] [blame] | 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 | <testsuites> |
| 13 | <testsuite name="CodeIgniter Core Test Suite"> |
| 14 | <directory suffix="test.php">./codeigniter/core</directory> |
| 15 | <directory suffix="test.php">./codeigniter/helpers</directory> |
| 16 | <directory suffix="test.php">./codeigniter/libraries</directory> |
| 17 | </testsuite> |
| 18 | </testsuites> |
Alex Bilbie | 1876327 | 2012-10-18 16:45:20 +0100 | [diff] [blame] | 19 | <filter> |
Andrey Andreev | f565212 | 2017-01-19 15:17:00 +0200 | [diff] [blame] | 20 | <whitelist> |
| 21 | <directory suffix=".php">../system/</directory> |
| 22 | </whitelist> |
Alex Bilbie | 1876327 | 2012-10-18 16:45:20 +0100 | [diff] [blame] | 23 | </filter> |
Andrey Andreev | f565212 | 2017-01-19 15:17:00 +0200 | [diff] [blame] | 24 | </phpunit> |