mirror of
https://github.com/predis/predis.git
synced 2026-09-24 09:11:05 +00:00
Updated test cases
This commit is contained in:
@@ -101,7 +101,7 @@ class JSONSTRAPPEND_Test extends PredisCommandTestCase
|
||||
$actualResponse = $redis->jsonstrappend('key', '$.key2', '"foo"');
|
||||
|
||||
$this->assertSame([9], $actualResponse);
|
||||
$this->assertSame('[{"key1":"value1","key2":"value2foo"}]', $redis->jsonget('key'));
|
||||
$this->assertSame('{"key1":"value1","key2":"value2foo"}', $redis->jsonget('key'));
|
||||
}
|
||||
|
||||
public function jsonProvider(): array
|
||||
|
||||
Reference in New Issue
Block a user