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

This commit is contained in:
Hugo Sales 2021-08-07 18:16:44 +00:00
부모 11e52bcb27
커밋 662ad8e9cf
로그인 계정: someonewithpc
GPG 키 ID: 7D0C7EAFC9D835A0
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

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