diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-03-26 20:51:00 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-03-26 20:51:00 +0200 |
commit | 925d37391789405f53da73979305dead6a053099 (patch) | |
tree | 0ed90207fe66bb5491e8925d20d48c211a897cf8 /tests/phpunit.xml | |
parent | e6f7d610b189e243ad48dcc3900a5c53cab2498d (diff) | |
parent | 84c3b27fface58ecfcd0acf7172d3ee2043b3673 (diff) |
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-helpers-acc
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r-- | tests/phpunit.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml index abb9881b9..dfeecd19f 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -11,7 +11,7 @@ stopOnSkipped="false"> <testsuites> <testsuite name="CodeIgniter Core Test Suite"> - <file>codeigniter/Setup_test.php</file> + <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> @@ -19,7 +19,6 @@ <directory suffix="test.php">codeigniter/libraries</directory> <directory suffix="test.php">codeigniter/helpers</directory> --> - </testsuite> </testsuites> <filters> |