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>
This commit is contained in:
William Desportes 2020-03-05 21:11:34 +01:00
parent 9977c8c7ea
commit 3b3fbaefdb
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -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>