protected function TestPageManagerConfiguration::configToExport in Configuration Management 7.2
Returns an array of configurations to export.
Overrides ConfigurationHandlerBaseTestCase::configToExport
File
- tests/
handlers/ TestPageManagerConfiguration.test, line 76 - Tests for Configuration Management: Page manager components and dependencies.
Class
- TestPageManagerConfiguration
- @file Tests for Configuration Management: Page manager components and dependencies.
Code
protected function configToExport() {
$configs = array();
$configs[] = 'page_manager_pages.configuration_test_page';
//$configs[] = 'page_manager_pages.home';
return $configs;
}