You are here

abstract protected function ConfigurationHandlerBaseTestCase::configToExport in Configuration Management 7.2

Returns an array of configurations to export.

1 call to ConfigurationHandlerBaseTestCase::configToExport()
ConfigurationHandlerBaseTestCase::testExportToDataStore in tests/handlers/ConfigurationHandlerBaseTestCase.test
Import a configuration from the ActiveStore to the DataStore.
10 methods override ConfigurationHandlerBaseTestCase::configToExport()
FieldConfiguration::configToExport in tests/handlers/TestFieldConfiguration.test
Returns an array of configurations to export.
TestContentTypeConfiguration::configToExport in tests/handlers/TestContentTypeConfiguration.test
Returns an array of configurations to export.
TestImageStyleConfiguration::configToExport in tests/handlers/TestImageStyleConfiguration.test
Returns an array of configurations to export.
TestMenuConfiguration::configToExport in tests/handlers/TestMenuConfiguration.test
Returns an array of configurations to export.
TestPageManagerConfiguration::configToExport in tests/handlers/TestPageManagerConfiguration.test
Returns an array of configurations to export.

... See full list

File

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

Class

ConfigurationHandlerBaseTestCase
Base class for functional tests for configuration management.

Code

protected abstract function configToExport();