Pascal Kriete | 69c97a7 | 2011-04-20 21:44:54 -0400 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | |
| 3 | <phpunit |
| 4 | bootstrap="Bootstrap.php" |
| 5 | colors="true"> |
| 6 | <testsuites> |
| 7 | <testsuite name="CodeIgniter Core Test Suite"> |
| 8 | <file>codeigniter/Setup_test.php</file> |
| 9 | <directory suffix="test.php">codeigniter/core</directory> |
| 10 | |
| 11 | <!-- We'll worry about these later ... |
| 12 | <directory suffix="test.php">codeigniter/libraries</directory> |
| 13 | <directory suffix="test.php">codeigniter/helpers</directory> |
| 14 | --> |
| 15 | </testsuite> |
| 16 | </testsuites> |
| 17 | </phpunit> |