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

test_MIGRATE() public method

public test_MIGRATE ( )
    public function test_MIGRATE()
    {
        $this->assertEquals("migrate host port key 2 15", $this->redis->MIGRATE("host", "port", "key", 2, 15));
    }
TestRedisServer