浏览代码

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

remotes/upstream/experimental
Hugo Sales 1年前
父节点
当前提交
662ad8e9cf
签署人:: someonewithpc <hugo@hsal.es> GPG 密钥 ID: 7D0C7EAFC9D835A0
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      phpunit.xml.dist

+ 2
- 1
phpunit.xml.dist 查看文件

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


正在加载...
取消
保存