You are here

abstract protected function ConfigurationHandlerBaseTestCase::configToModify in Configuration Management 7.2

Returns an array of configurations to modify and check for modifications.

1 call to ConfigurationHandlerBaseTestCase::configToModify()
ConfigurationHandlerBaseTestCase::testCheckModifications in tests/handlers/ConfigurationHandlerBaseTestCase.test
Import a configuration. Make modifications on it, and then revert it.
10 methods override ConfigurationHandlerBaseTestCase::configToModify()
FieldConfiguration::configToModify in tests/handlers/TestFieldConfiguration.test
Returns an array of configurations to modify and check for modifications.
TestContentTypeConfiguration::configToModify in tests/handlers/TestContentTypeConfiguration.test
Returns an array of configurations to modify and check for modifications.
TestImageStyleConfiguration::configToModify in tests/handlers/TestImageStyleConfiguration.test
Returns an array of configurations to modify and check for modifications.
TestMenuConfiguration::configToModify in tests/handlers/TestMenuConfiguration.test
Returns an array of configurations to modify and check for modifications.
TestPageManagerConfiguration::configToModify in tests/handlers/TestPageManagerConfiguration.test
Returns an array of configurations to modify and check for modifications.

... See full list

File

tests/handlers/ConfigurationHandlerBaseTestCase.test, line 304
Tests for Configuration Management: Base Class

Class

ConfigurationHandlerBaseTestCase
Base class for functional tests for configuration management.

Code

protected abstract function configToModify();