Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/tests/unit/phpunit.xml')
-rw-r--r--frontends/php/tests/unit/phpunit.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/frontends/php/tests/unit/phpunit.xml b/frontends/php/tests/unit/phpunit.xml
index 319a39a45e0..1e90fb970ae 100644
--- a/frontends/php/tests/unit/phpunit.xml
+++ b/frontends/php/tests/unit/phpunit.xml
@@ -1,3 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
-<phpunit colors="true" bootstrap="bootstrap.php">
+<phpunit
+ colors="true"
+ bootstrap="bootstrap.php"
+ convertErrorsToExceptions="true"
+ convertNoticesToExceptions="true"
+ convertWarningsToExceptions="true"
+ >
</phpunit>