You are here

protected function ConfigurationHandlerBaseTestCase::exportDependencies in Configuration Management 7.2

1 call to ConfigurationHandlerBaseTestCase::exportDependencies()
ConfigurationHandlerBaseTestCase::testExportToDataStore in tests/handlers/ConfigurationHandlerBaseTestCase.test
Import a configuration from the ActiveStore to the DataStore.
1 method overrides ConfigurationHandlerBaseTestCase::exportDependencies()
TestPageManagerConfiguration::exportDependencies in tests/handlers/TestPageManagerConfiguration.test

File

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

Class

ConfigurationHandlerBaseTestCase
Base class for functional tests for configuration management.

Code

protected function exportDependencies() {
  return FALSE;
}