[TESTS] Update PHPUnit config to start executing tests by last failure. This doens't seem to actually work currently, though

Este commit está contenido en:
Hugo Sales 2021-08-07 18:16:44 +00:00
padre 11e52bcb27
commit 662ad8e9cf
Firmado por: someonewithpc
ID de clave GPG: 7D0C7EAFC9D835A0
Se han modificado 1 ficheros con 2 adiciones y 1 borrados

Ver fichero

@ -8,7 +8,8 @@
stopOnFailure="true"
stopOnError="true"
cacheResult="true"
cacheResultFile=".phpunit_cache">
cacheResultFile=".phpunit_cache"
executionOrder="defects">
<coverage processUncoveredFiles="true">
<include>
<directory suffix=".php">src</directory>