mirror of
https://github.com/predis/predis.git
synced 2026-08-30 12:15:03 +00:00
Test suite: minor code formatting fix.
This commit is contained in:
@@ -1470,7 +1470,7 @@ class RedisCommandTestSuite extends PHPUnit_Framework_TestCase {
|
||||
$test->redis->rpush('metavars', 'foo');
|
||||
$test->redis->hget('metavars', 'foo');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
function testHashSetPreserve() {
|
||||
$this->assertTrue($this->redis->hsetnx('metavars', 'foo', 'bar'));
|
||||
|
||||
Reference in New Issue
Block a user