abstract protected function ConfigurationHandlerBaseTestCase::isModified in Configuration Management 7.2
Return TRUE if the configuration is modified in the active store.
1 call to ConfigurationHandlerBaseTestCase::isModified()
- ConfigurationHandlerBaseTestCase::testCheckModifications in tests/
handlers/ ConfigurationHandlerBaseTestCase.test - Import a configuration. Make modifications on it, and then revert it.
10 methods override ConfigurationHandlerBaseTestCase::isModified()
- FieldConfiguration::isModified in tests/
handlers/ TestFieldConfiguration.test - Return TRUE if the configuration is modified in the active store.
- TestContentTypeConfiguration::isModified in tests/
handlers/ TestContentTypeConfiguration.test - Return TRUE if the configuration is modified in the active store.
- TestImageStyleConfiguration::isModified in tests/
handlers/ TestImageStyleConfiguration.test - Return TRUE if the configuration is modified in the active store.
- TestMenuConfiguration::isModified in tests/
handlers/ TestMenuConfiguration.test - Return TRUE if the configuration is modified in the active store.
- TestPageManagerConfiguration::isModified in tests/
handlers/ TestPageManagerConfiguration.test - Return TRUE if the configuration is modified in the active store.
File
- tests/
handlers/ ConfigurationHandlerBaseTestCase.test, line 309 - Tests for Configuration Management: Base Class
Class
- ConfigurationHandlerBaseTestCase
- Base class for functional tests for configuration management.
Code
protected abstract function isModified($config);