Mark PHPUnit test as risky when it does not have a @covers annotation

This commit is contained in:
Meritoo
2021-03-28 22:18:54 +02:00
parent 64f474fcf1
commit 1116034fe6
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
bootstrap="vendor/autoload.php"
colors="true"
executionOrder="random"
forceCoversAnnotation="true"
verbose="true"
>
<php>