We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d193bd5 commit 6ee2a5eCopy full SHA for 6ee2a5e
phpunit.xml.dist
@@ -2,12 +2,7 @@
2
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.4/phpunit.xsd"
4
bootstrap=".Build/vendor/autoload.php"
5
- executionOrder="depends,defects"
6
- forceCoversAnnotation="false"
7
- beStrictAboutCoversAnnotation="true"
8
- beStrictAboutOutputDuringTests="true"
9
- beStrictAboutTodoAnnotatedTests="true"
10
- verbose="true">
+ executionOrder="depends,defects">
11
<testsuites>
12
<testsuite name="coverage">
13
<directory suffix="Test.php">tests/PhpunitMerger/Command/Coverage</directory>
0 commit comments