diff options
author | Taufan Aditya <toopay@taufanaditya.com> | 2012-02-17 18:01:20 +0100 |
---|---|---|
committer | Taufan Aditya <toopay@taufanaditya.com> | 2012-02-17 18:01:20 +0100 |
commit | 32a99ff4c781865cf010596fc99c763f5dac37a1 (patch) | |
tree | 10fe62d563424a69ae13037b51148a1e5cca776a /tests/phpunit.xml | |
parent | cfc59244c6cd83a3031fa7cbe45bd6a7056f2791 (diff) |
PHPunit force to continue
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r-- | tests/phpunit.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml index e07aa96a7..2f18dae93 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -2,7 +2,13 @@ <phpunit bootstrap="./Bootstrap.php" - colors="true"> + colors="true" + convertNoticesToExceptions="true" + convertWarningsToExceptions="true" + stopOnError="false" + stopOnFailure="false" + stopOnIncomplete="false" + stopOnSkipped="false"> <testsuites> <testsuite name="CodeIgniter Core Test Suite"> <file>codeigniter/Setup_test.php</file> |