diff options
Diffstat (limited to 'phpunit.xml')
-rw-r--r-- | phpunit.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/phpunit.xml b/phpunit.xml index 07f5a195d..aca7809cc 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,6 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> -<phpunit bootstrap="tests/Bootstrap.php" colors="true"> +<phpunit + bootstrap="tests/Bootstrap.php" + colors="true" + convertNoticesToExceptions="true" + convertWarningsToExceptions="true" + stopOnError="false" + stopOnFailure="false" + stopOnIncomplete="false" + stopOnSkipped="false"> <testsuites> <testsuite name="CodeIgniter Core Test Suite"> <file>tests/codeigniter/Setup_test.php</file> |