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:
parent
9977c8c7ea
commit
3b3fbaefdb
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user