protected function ConfigurationHandlerBaseTestCase::dependenciesToExport in Configuration Management 7.2
Returns an array of configurations to check if they were exported.
1 call to ConfigurationHandlerBaseTestCase::dependenciesToExport()
- ConfigurationHandlerBaseTestCase::testExportToDataStore in tests/
handlers/ ConfigurationHandlerBaseTestCase.test - Import a configuration from the ActiveStore to the DataStore.
1 method overrides ConfigurationHandlerBaseTestCase::dependenciesToExport()
- TestPageManagerConfiguration::dependenciesToExport in tests/
handlers/ TestPageManagerConfiguration.test - Returns an array of configurations to check if they were exported.
File
- tests/
handlers/ ConfigurationHandlerBaseTestCase.test, line 260 - Tests for Configuration Management: Base Class
Class
- ConfigurationHandlerBaseTestCase
- Base class for functional tests for configuration management.
Code
protected function dependenciesToExport() {
return array();
}