diff options
author | Greg Aker <greg.aker@ellislab.com> | 2011-04-21 21:54:59 +0200 |
---|---|---|
committer | Greg Aker <greg.aker@ellislab.com> | 2011-04-21 21:54:59 +0200 |
commit | a7f9b251b03f7fb17251951d3024cb11fc1f881f (patch) | |
tree | a4d685de7cc8353dcf736da4343cfff6abc443f6 /tests/phpunit.xml | |
parent | b4d93dbab7253f98613ab10e75e0ed20f06eaf19 (diff) |
Parser test.
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r-- | tests/phpunit.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml index 1e712a1bb..e07aa96a7 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -8,6 +8,7 @@ <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> |