Skip to content

Commit

Permalink
Fixed broken search test (#1492)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladvildanov authored Nov 22, 2024
1 parent da40e12 commit bf6e97e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/Predis/Command/Redis/Search/FTSEARCH_Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit bf6e97e

Please sign in to comment.