diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-03-04 20:45:14 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-03-04 20:45:14 +0100 |
commit | 0f2cb79b976086cb73140c25f4c568e865177426 (patch) | |
tree | e67e0247e540ea8be6c7b37f627c4b13c0f0a586 /phpunit.xml | |
parent | ef38f0a6d83025fbd99ace5ec60311acfe9121c4 (diff) | |
parent | e30e400581a663045486985d0e75bc77631a2ef2 (diff) |
Merged develop and fixed conflicts.
Diffstat (limited to 'phpunit.xml')
-rw-r--r-- | phpunit.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 000000000..07f5a195d --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<phpunit bootstrap="tests/Bootstrap.php" colors="true"> + <testsuites> + <testsuite name="CodeIgniter Core Test Suite"> + <file>tests/codeigniter/Setup_test.php</file> + <directory suffix="test.php">tests/codeigniter/core</directory> + <directory suffix="test.php">tests/codeigniter/helpers</directory> + <directory suffix="test.php">tests/codeigniter/libraries</directory> + <!-- We'll worry about these later ... + <directory suffix="test.php">codeigniter/libraries</directory> + <directory suffix="test.php">codeigniter/helpers</directory> + --> + + </testsuite> + </testsuites> +</phpunit>
\ No newline at end of file |