summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTaufan Aditya <toopay@taufanaditya.com>2012-02-17 18:01:20 +0100
committerTaufan Aditya <toopay@taufanaditya.com>2012-02-17 18:01:20 +0100
commit32a99ff4c781865cf010596fc99c763f5dac37a1 (patch)
tree10fe62d563424a69ae13037b51148a1e5cca776a /tests
parentcfc59244c6cd83a3031fa7cbe45bd6a7056f2791 (diff)
PHPunit force to continue
Diffstat (limited to 'tests')
-rw-r--r--tests/phpunit.xml8
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>