From 0ff0f83edd9f07df7fff080dae25c2839cb963d0 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Tue, 2 Jan 2024 22:34:49 +0100 Subject: [PATCH] [TASK] Add coverage configuration for functional tests (#1092) We already had this for unit tests, but it was missing for functional tests. Also, we do not need to provide a path in this configuration - it suffices to have this node present in the configuration files. Closes #1078 --- Tests/Functional/FunctionalTests.xml | 1 + Tests/Unit/UnitTests.xml | 9 +-------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/Tests/Functional/FunctionalTests.xml b/Tests/Functional/FunctionalTests.xml index 4835c79..f2da77f 100644 --- a/Tests/Functional/FunctionalTests.xml +++ b/Tests/Functional/FunctionalTests.xml @@ -20,6 +20,7 @@ stopOnSkipped="false" verbose="false" > + - ../../../../../../typo3/sysext/*/Classes/ - -