Skip to content

Commit 6ee2a5e

Browse files
committed
[BUGFIX] Streamline PHPUnit configuration
1 parent d193bd5 commit 6ee2a5e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

phpunit.xml.dist

+1-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.4/phpunit.xsd"
44
bootstrap=".Build/vendor/autoload.php"
5-
executionOrder="depends,defects"
6-
forceCoversAnnotation="false"
7-
beStrictAboutCoversAnnotation="true"
8-
beStrictAboutOutputDuringTests="true"
9-
beStrictAboutTodoAnnotatedTests="true"
10-
verbose="true">
5+
executionOrder="depends,defects">
116
<testsuites>
127
<testsuite name="coverage">
138
<directory suffix="Test.php">tests/PhpunitMerger/Command/Coverage</directory>

0 commit comments

Comments
 (0)