Phil Sturgeon | 0f2cb79 | 2012-03-04 19:45:14 +0000 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | |
| 3 | <phpunit bootstrap="tests/Bootstrap.php" colors="true"> |
| 4 | <testsuites> |
| 5 | <testsuite name="CodeIgniter Core Test Suite"> |
| 6 | <file>tests/codeigniter/Setup_test.php</file> |
| 7 | <directory suffix="test.php">tests/codeigniter/core</directory> |
| 8 | <directory suffix="test.php">tests/codeigniter/helpers</directory> |
| 9 | <directory suffix="test.php">tests/codeigniter/libraries</directory> |
| 10 | <!-- We'll worry about these later ... |
| 11 | <directory suffix="test.php">codeigniter/libraries</directory> |
| 12 | <directory suffix="test.php">codeigniter/helpers</directory> |
| 13 | --> |
| 14 | |
| 15 | </testsuite> |
| 16 | </testsuites> |
| 17 | </phpunit> |