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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2020-03-05 23:11:34 +0300
committerWilliam Desportes <williamdes@wdes.fr>2020-03-05 23:12:35 +0300
commit3b3fbaefdbc2163f81116296ab30ace9abe8bda6 (patch)
tree63df31d9789a9960ee6cd3444cd0813e3764016e /phpunit.xml.dist
parent9977c8c7ea0221d781f8b373676f1776e33d4cbe (diff)
Remove json logging removed in phpunit 6.0 (version that we no longer support)
Ref: https://github.com/sebastianbergmann/phpunit/blob/6.0.0/ChangeLog-6.0.md#removed "Removed the --log-json commandline option (deprecated in PHPUnit 5.7)" This commit is done for phpunit 9.0 to not complain about it Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r--phpunit.xml.dist1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index dd127cd7b7..3a39ef4452 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -22,7 +22,6 @@
<logging>
<log type="coverage-clover" target="build/logs/clover.xml" />
<log type="junit" target="build/logs/junit.xml" />
- <log type="json" target="build/logs/phpunit.json" />
</logging>
<filter>