From 8847ec4791c44367340f5e9534f037ab68720993 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Sun, 30 Jun 2019 12:36:33 +0800 Subject: [PATCH] MDL-66011 tests: Stop forcing coverage annoation --- phpunit.xml.dist | 1 - 1 file changed, 1 deletion(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 2361ad61629..4c262dd6e86 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -9,7 +9,6 @@ processIsolation="false" backupGlobals="false" backupStaticAttributes="false" - forceCoversAnnotation="true" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false"