diff --git a/tests/Predis/Command/Redis/Search/FTSEARCH_Test.php b/tests/Predis/Command/Redis/Search/FTSEARCH_Test.php index bf5c9663a..994ccbc25 100644 --- a/tests/Predis/Command/Redis/Search/FTSEARCH_Test.php +++ b/tests/Predis/Command/Redis/Search/FTSEARCH_Test.php @@ -227,6 +227,12 @@ public function testSearchJsonEmptyValues(): void $redis->ftsearch('idx', '@text_not_empty:("")', $searchArgs); } + /** + * @group connected + * @group relay-resp3 + * @return void + * @requiresRediSearchVersion >= 2.09.00 + */ public function testSearchWithEnhancedMatchingCapabilities(): void { $redis = $this->getClient();