Преглед изворни кода

[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
Signed by: someonewithpc <hugo@hsal.es> GPG Key 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>


Loading…
Откажи
Сачувај