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

test_SlaveOf() public method

public test_SlaveOf ( )
    public function test_SlaveOf()
    {
        $this->assertEquals('slaveof host port', $this->redis->SlaveOf('host', 'port'));
    }
TestRedisServer