From 0b4d4764bd0781d53ea924005fa9a354b59335df Mon Sep 17 00:00:00 2001 From: odain Date: Mon, 27 Sep 2021 11:57:25 +0200 Subject: [PATCH] ci testing: use proper annotation to include/exlude test linked to composer.json --- test/setup/SetupUtilsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/setup/SetupUtilsTest.php b/test/setup/SetupUtilsTest.php index 9ff1de195..19426ec8e 100644 --- a/test/setup/SetupUtilsTest.php +++ b/test/setup/SetupUtilsTest.php @@ -125,7 +125,7 @@ class SetupUtilsTest extends ItopTestCase /** * @covers SetupUtils::PHP_MIN_VERSION * @covers SetupUtils::PHP_NOT_VALIDATED_VERSION - * @covers composerJson + * @group composerJson */ public function testPhpMinVersionConsistency() {