You are here

abstract protected function ConfigurationHandlerBaseTestCase::modifyConfiguration in Configuration Management 7.2

Perform changes in the configuration and save those changes into the active store.

1 call to ConfigurationHandlerBaseTestCase::modifyConfiguration()
ConfigurationHandlerBaseTestCase::testCheckModifications in tests/handlers/ConfigurationHandlerBaseTestCase.test
Import a configuration. Make modifications on it, and then revert it.
10 methods override ConfigurationHandlerBaseTestCase::modifyConfiguration()
FieldConfiguration::modifyConfiguration in tests/handlers/TestFieldConfiguration.test
Perform changes in the configuration and save those changes into the active store.
TestContentTypeConfiguration::modifyConfiguration in tests/handlers/TestContentTypeConfiguration.test
Perform changes in the configuration and save those changes into the active store.
TestImageStyleConfiguration::modifyConfiguration in tests/handlers/TestImageStyleConfiguration.test
Perform changes in the configuration and save those changes into the active store.
TestMenuConfiguration::modifyConfiguration in tests/handlers/TestMenuConfiguration.test
Perform changes in the configuration and save those changes into the active store.
TestPageManagerConfiguration::modifyConfiguration in tests/handlers/TestPageManagerConfiguration.test
Perform changes in the configuration and save those changes into the active store.

... See full list

File

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

Class

ConfigurationHandlerBaseTestCase
Base class for functional tests for configuration management.

Code

protected abstract function modifyConfiguration();