diff options
author | Greg Aker <greg.aker@ellislab.com> | 2011-04-21 21:34:31 +0200 |
---|---|---|
committer | Greg Aker <greg.aker@ellislab.com> | 2011-04-21 21:34:31 +0200 |
commit | b567947d38a20960aade96f9179ad6bc21f22646 (patch) | |
tree | 94b66cbc47c7b9f1a9477cdc2733ce58ebfcc302 /tests/phpunit.xml | |
parent | 56106630e172203858d58325dea5d2e81b226f87 (diff) |
Moving tests/codeigniter/helpers/Array_helper_test.php to be lower cased.
Adding html_helper_test.php as well.
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r-- | tests/phpunit.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml index 9e5e10d59..1e712a1bb 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -1,17 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <phpunit - bootstrap="Bootstrap.php" + 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> <!-- 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 |