You are here

protected function TestPageManagerConfiguration::configToImport in Configuration Management 7.2

Returns an array of configurations to import.

Overrides ConfigurationHandlerBaseTestCase::configToImport

File

tests/handlers/TestPageManagerConfiguration.test, line 34
Tests for Configuration Management: Page manager components and dependencies.

Class

TestPageManagerConfiguration
@file Tests for Configuration Management: Page manager components and dependencies.

Code

protected function configToImport() {
  $configs = array();
  $configs[] = 'page_manager_pages.configuration_test_page';
  $configs[] = 'page_manager_pages.news';
  return $configs;
}