Skip to content

Commit 0792d33

Browse files
authored
[TASK] Be less strict about the @covers annotation (#686)
We still want to require the `@covers` annotation to be used for testcase (`forceCoversAnnotation="true"`), but we also want to be able to indirectly execute code that is not referenced via an `@covers` annotation.
1 parent f587f1a commit 0792d33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

phpunit.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.5/phpunit.xsd"
44
beStrictAboutChangesToGlobalState="true"
5-
beStrictAboutCoversAnnotation="true"
65
cacheResult="false"
76
colors="true"
87
forceCoversAnnotation="true"

0 commit comments

Comments
 (0)