Pascal Kriete | 69c97a7 | 2011-04-20 21:44:54 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | |
| 3 | <phpunit |
Phil Sturgeon | e40c763 | 2012-03-10 13:05:08 +0000 | [diff] [blame] | 4 | bootstrap="Bootstrap.php" |
Taufan Aditya | 32a99ff | 2012-02-18 00:01:20 +0700 | [diff] [blame] | 5 | colors="true" |
| 6 | convertNoticesToExceptions="true" |
| 7 | convertWarningsToExceptions="true" |
| 8 | stopOnError="false" |
| 9 | stopOnFailure="false" |
| 10 | stopOnIncomplete="false" |
| 11 | stopOnSkipped="false"> |
Pascal Kriete | 69c97a7 | 2011-04-20 21:44:54 -0400 | [diff] [blame] | 12 | <testsuites> |
| 13 | <testsuite name="CodeIgniter Core Test Suite"> |
Reiny JĂșnior | 4467056 | 2012-03-25 16:56:08 -0300 | [diff] [blame^] | 14 | <file>./codeigniter/Setup_test.php</file> |
Phil Sturgeon | e40c763 | 2012-03-10 13:05:08 +0000 | [diff] [blame] | 15 | <directory suffix="test.php">codeigniter/core</directory> |
| 16 | <directory suffix="test.php">codeigniter/helpers</directory> |
| 17 | <directory suffix="test.php">codeigniter/libraries</directory> |
Pascal Kriete | 69c97a7 | 2011-04-20 21:44:54 -0400 | [diff] [blame] | 18 | <!-- We'll worry about these later ... |
| 19 | <directory suffix="test.php">codeigniter/libraries</directory> |
| 20 | <directory suffix="test.php">codeigniter/helpers</directory> |
| 21 | --> |
Pascal Kriete | 69c97a7 | 2011-04-20 21:44:54 -0400 | [diff] [blame] | 22 | </testsuite> |
| 23 | </testsuites> |
Taufan Aditya | a03cbc5 | 2012-03-09 17:00:56 +0700 | [diff] [blame] | 24 | <filters> |
| 25 | <blacklist> |
| 26 | <directory suffix=".php">PEAR_INSTALL_DIR</directory> |
| 27 | <directory suffix=".php">PHP_LIBDIR</directory> |
| 28 | <directory suffix=".php">PROJECT_BASE.'tests'</directory> |
| 29 | <directory suffix=".php">'../system/core/CodeIgniter.php'</directory> |
| 30 | </blacklist> |
| 31 | <whitelist> |
| 32 | <!-- |
| 33 | <directory suffix=".php">'../system/core'</directory> |
| 34 | --> |
| 35 | </whitelist> |
| 36 | </filters> |
Pascal Kriete | 69c97a7 | 2011-04-20 21:44:54 -0400 | [diff] [blame] | 37 | </phpunit> |