blob: 0515ad9108f0d311835ee7b9f2e98deefd5241b9 [file] [log] [blame]
// Copyright 2022 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "core/fpdfapi/page/test_with_page_module.h"
#include "core/fpdfapi/page/cpdf_pagemodule.h"
void TestWithPageModule::SetUp() {
CPDF_PageModule::Create();
}
void TestWithPageModule::TearDown() {
CPDF_PageModule::Destroy();
}