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

test_FlushAll() public method

public test_FlushAll ( )
    public function test_FlushAll()
    {
        $this->assertEquals('flushall', $this->redis->FlushAll());
    }
TestRedisServer