protected function TestPageManagerConfiguration::configToModify in Configuration Management 7.2
Returns an array of configurations to modify and check for modifications.
Overrides ConfigurationHandlerBaseTestCase::configToModify
File
- tests/
handlers/ TestPageManagerConfiguration.test, line 86 - Tests for Configuration Management: Page manager components and dependencies.
Class
- TestPageManagerConfiguration
- @file Tests for Configuration Management: Page manager components and dependencies.
Code
protected function configToModify() {
return array(
'page_manager_pages.configuration_test_page',
);
}