abstract protected function ConfigurationHandlerBaseTestCase::createConfigToExport in Configuration Management 7.2
This function creates the configurations that will be exported by configuration management.
1 call to ConfigurationHandlerBaseTestCase::createConfigToExport()
- ConfigurationHandlerBaseTestCase::testExportToDataStore in tests/
handlers/ ConfigurationHandlerBaseTestCase.test - Import a configuration from the ActiveStore to the DataStore.
10 methods override ConfigurationHandlerBaseTestCase::createConfigToExport()
- FieldConfiguration::createConfigToExport in tests/
handlers/ TestFieldConfiguration.test - This function creates the configurations that will be exported by configuration management.
- TestContentTypeConfiguration::createConfigToExport in tests/
handlers/ TestContentTypeConfiguration.test - This function creates the configurations that will be exported by configuration management.
- TestImageStyleConfiguration::createConfigToExport in tests/
handlers/ TestImageStyleConfiguration.test - This function creates the configurations that will be exported by configuration management.
- TestMenuConfiguration::createConfigToExport in tests/
handlers/ TestMenuConfiguration.test - This function creates the configurations that will be exported by configuration management.
- TestPageManagerConfiguration::createConfigToExport in tests/
handlers/ TestPageManagerConfiguration.test - This function creates the configurations that will be exported by configuration management.
File
- tests/
handlers/ ConfigurationHandlerBaseTestCase.test, line 328 - Tests for Configuration Management: Base Class
Class
- ConfigurationHandlerBaseTestCase
- Base class for functional tests for configuration management.
Code
protected abstract function createConfigToExport();