chromium/third_party/pdfium/testing/xfa_test_environment.cpp

// Copyright 2019 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "testing/xfa_test_environment.h"

#include "core/fxcrt/check.h"
#include "core/fxge/cfx_fontmgr.h"
#include "core/fxge/cfx_gemodule.h"
#include "core/fxge/systemfontinfo_iface.h"
#include "xfa/fgas/font/cfgas_gemodule.h"

namespace {

XFATestEnvironment* g_env =;

}  // namespace

XFATestEnvironment::XFATestEnvironment() {}

XFATestEnvironment::~XFATestEnvironment() {}

void XFATestEnvironment::SetUp() {}

void XFATestEnvironment::TearDown() {}