Jamm\Memory\Tests\TestRedisServer::test_Move PHP Method

test_Move() public method

public test_Move ( )
    public function test_Move()
    {
        $this->assertEquals('move key db', $this->redis->Move('key', 'db'));
    }
TestRedisServer