abstract protected function ConfigurationHandlerBaseTestCase::savedInActiveStore in Configuration Management 7.2
Return TRUE if all the configurations defined in configToImport were saved into the active store.
1 call to ConfigurationHandlerBaseTestCase::savedInActiveStore()
- ConfigurationHandlerBaseTestCase::testImportToActiveStore in tests/
handlers/ ConfigurationHandlerBaseTestCase.test - Import a configuration from the DataStore into the ActiveStore.
10 methods override ConfigurationHandlerBaseTestCase::savedInActiveStore()
- FieldConfiguration::savedInActiveStore in tests/
handlers/ TestFieldConfiguration.test - Return TRUE if all the configurations defined in configToImport were saved into the active store.
- TestContentTypeConfiguration::savedInActiveStore in tests/
handlers/ TestContentTypeConfiguration.test - Return TRUE if all the configurations defined in configToImport were saved into the active store.
- TestImageStyleConfiguration::savedInActiveStore in tests/
handlers/ TestImageStyleConfiguration.test - Return TRUE if all the configurations defined in configToImport were saved into the active store.
- TestMenuConfiguration::savedInActiveStore in tests/
handlers/ TestMenuConfiguration.test - Return TRUE if all the configurations defined in configToImport were saved into the active store.
- TestPageManagerConfiguration::savedInActiveStore in tests/
handlers/ TestPageManagerConfiguration.test - Return TRUE if all the configurations defined in configToImport were saved into the active store.
File
- tests/
handlers/ ConfigurationHandlerBaseTestCase.test, line 322 - Tests for Configuration Management: Base Class
Class
- ConfigurationHandlerBaseTestCase
- Base class for functional tests for configuration management.
Code
protected abstract function savedInActiveStore();