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

test_Type() public method

public test_Type ( )
    public function test_Type()
    {
        $this->assertEquals('type key', $this->redis->Type('key'));
    }
TestRedisServer