Skip to content

Commit

Permalink
Do not force covers annotation in PHPUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Jul 2, 2020
1 parent 7730b77 commit e18826e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit-integration-legacy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.0/phpunit.xsd"
bootstrap="tests/bootstrap.php"
colors="true"
forceCoversAnnotation="true"
forceCoversAnnotation="false"
beStrictAboutOutputDuringTests="true"
beStrictAboutTodoAnnotatedTests="true"
beStrictAboutChangesToGlobalState="true"
Expand Down

0 comments on commit e18826e

Please sign in to comment.