Browse Source

Order failing tests first

This only seems to work under some conditions, but it's a start.
rpm
J. King 4 years ago
parent
commit
cca56b09fc
  1. 1
      tests/phpunit.dist.xml

1
tests/phpunit.dist.xml

@ -8,6 +8,7 @@
beStrictAboutTestsThatDoNotTestAnything="true"
beStrictAboutOutputDuringTests="true"
forceCoversAnnotation="true"
executionOrder="defects"
>
<php>

Loading…
Cancel
Save