From 4bae11a0223f554b98a98d000f3f79fbfeb1a9fd Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Mon, 2 Dec 2024 20:59:42 +1300 Subject: [PATCH] MNT Remove unit test metadata --- tests/TikaServerTextExtractorTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/TikaServerTextExtractorTest.php b/tests/TikaServerTextExtractorTest.php index a443681..5ea0b44 100644 --- a/tests/TikaServerTextExtractorTest.php +++ b/tests/TikaServerTextExtractorTest.php @@ -9,9 +9,6 @@ use SilverStripe\TextExtraction\Rest\TikaRestClient; use PHPUnit\Framework\Attributes\DataProvider; -/** - * @group tika-tests - */ class TikaServerTextExtractorTest extends SapphireTest { protected $usesDatabase = true;