phpunit: remove obsolete (and removed) parameter

This commit is contained in:
Thomas Gelf 2021-07-13 11:05:25 +02:00
parent 5cd01294cf
commit e72da4cac4

View File

@ -7,7 +7,6 @@
convertWarningsToExceptions="true" convertWarningsToExceptions="true"
processIsolation="false" processIsolation="false"
stopOnFailure="false" stopOnFailure="false"
syntaxCheck="false"
bootstrap="test/bootstrap.php" bootstrap="test/bootstrap.php"
> >
<testsuites> <testsuites>