diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-03-26 19:58:15 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-03-26 19:58:15 +0200 |
commit | 27bb1672c93dbe5cf70cff165960ad5e878d54c6 (patch) | |
tree | 59d45fbb3c6af99228c21933e91ff66004b7c96d | |
parent | 627e172fd3ada0fc2b648a3fff10af4a0022378f (diff) | |
parent | 44670568d7ae7a263136643c6a28bb7bb35c5615 (diff) |
Merge pull request #1219 from reinyjunior/develop
correcting PHPUnit execution error path, in Setup_test.php load file pat...
-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> |