mirror of
https://github.com/predis/predis.git
synced 2026-08-30 04:02:22 +00:00
Fixed broken search test (#1492)
This commit is contained in:
committed by
GitHub
parent
da40e1253c
commit
bf6e97e7fb
@@ -227,6 +227,12 @@ class FTSEARCH_Test extends PredisCommandTestCase
|
||||
$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();
|
||||
|
||||
Reference in New Issue
Block a user