From e18826ee140339e9952876ff2f0c71c76e5f3282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edi=20Modri=C4=87?= Date: Thu, 2 Jul 2020 12:44:50 +0200 Subject: [PATCH] Do not force covers annotation in PHPUnit --- phpunit-integration-legacy.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit-integration-legacy.xml b/phpunit-integration-legacy.xml index cbaf72bd..bfd95ba7 100644 --- a/phpunit-integration-legacy.xml +++ b/phpunit-integration-legacy.xml @@ -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"