Skip to content

Commit dec1b05

Browse files
committed
Removed the report of risky tests (empty) in PHPUnit
1 parent 38e821f commit dec1b05

File tree

5 files changed

+4
-33
lines changed

5 files changed

+4
-33
lines changed

phpunit-integration-tests.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
verbose="true"
88
beStrictAboutChangesToGlobalState="true"
99
beStrictAboutOutputDuringTests="true"
10+
beStrictAboutTestsThatDoNotTestAnything="false"
1011
>
1112
<testsuites>
1213
<testsuite name="Integration tests">

phpunit-yaml-oss-tests.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
verbose="true"
88
beStrictAboutChangesToGlobalState="true"
99
beStrictAboutOutputDuringTests="true"
10+
beStrictAboutTestsThatDoNotTestAnything="false"
1011
>
1112
<php>
1213
<!-- Disable E_USER_DEPRECATED setting E_ALL & ~E_USER_DEPRECATED-->

phpunit-yaml-tests.xml

Lines changed: 0 additions & 33 deletions
This file was deleted.

phpunit-yaml-xpack-tests.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
verbose="true"
88
beStrictAboutChangesToGlobalState="true"
99
beStrictAboutOutputDuringTests="true"
10+
beStrictAboutTestsThatDoNotTestAnything="false"
1011
>
1112
<php>
1213
<!-- Disable E_USER_DEPRECATED setting E_ALL & ~E_USER_DEPRECATED-->

phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
verbose="true"
88
beStrictAboutChangesToGlobalState="true"
99
beStrictAboutOutputDuringTests="true"
10+
beStrictAboutTestsThatDoNotTestAnything="false"
1011
>
1112
<testsuites>
1213
<testsuite name="Unit tests">

0 commit comments

Comments
 (0)