diff options
author | Greg Aker <greg.aker@ellislab.com> | 2011-04-22 18:21:31 +0200 |
---|---|---|
committer | Greg Aker <greg.aker@ellislab.com> | 2011-04-22 18:21:31 +0200 |
commit | 9c5e13f6b8484f8edc6854ba9045752dc51efaa3 (patch) | |
tree | 738c864a8a74e2703fe978ec4859031b71dfd8cd /tests/phpunit.xml | |
parent | c0b133c02e057b6506726b794ba4582bf18ed663 (diff) | |
parent | 5de50ec2fefc7dad1fd768573ca3f47538fd8988 (diff) |
Merging in default branch
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r-- | tests/phpunit.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml new file mode 100644 index 000000000..e07aa96a7 --- /dev/null +++ b/tests/phpunit.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<phpunit + bootstrap="./Bootstrap.php" + colors="true"> + <testsuites> + <testsuite name="CodeIgniter Core Test Suite"> + <file>codeigniter/Setup_test.php</file> + <directory suffix="test.php">codeigniter/core</directory> + <directory suffix="test.php">codeigniter/helpers</directory> + <directory suffix="test.php">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 |