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