N°5857 Fix PHPUnitPrettyPrint with PHPUnit 9

This commit is contained in:
Eric Espie
2023-01-04 16:42:35 +01:00
parent 15d3201a40
commit d3d89b1ee2
14 changed files with 627 additions and 673 deletions

View File

@@ -16,7 +16,7 @@
stopOnRisky="false"
stopOnSkipped="false"
verbose="true"
printerClass="Sempro\PHPUnitPrettyPrinter\PrettyPrinter"
printerClass="\Sempro\PHPUnitPrettyPrinter\PrettyPrinterForPhpUnit9"
>
<php>
@@ -69,7 +69,7 @@
</testsuite>
</testsuites>
<!-- Code coverage white list -->
<!-- Code coverage white list -->
<filter>
<whitelist>
<file>../core/apc-emulation.php</file>