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:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2022-09-07 15:35:07 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2022-09-07 15:35:07 +0300
commit804e1aba348e9cac560dbc9b4b67d9ec1f74a77d (patch)
tree23f71d796468ca3fccf65265dcd3c63d2ede2d36
parentd38015f46fe271447c9eb80fa021c0a95052dc00 (diff)
.......... [ZBXNEXT-686] added phpunit.xml configuration file for Selenium, API and Integration tests
-rw-r--r--frontends/php/tests/phpunit.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/frontends/php/tests/phpunit.xml b/frontends/php/tests/phpunit.xml
new file mode 100644
index 00000000000..1e90fb970ae
--- /dev/null
+++ b/frontends/php/tests/phpunit.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<phpunit
+ colors="true"
+ bootstrap="bootstrap.php"
+ convertErrorsToExceptions="true"
+ convertNoticesToExceptions="true"
+ convertWarningsToExceptions="true"
+ >
+</phpunit>