diff options
Diffstat (limited to 'tests')
-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> |