You are here

protected function ConfigurationHandlerBaseTestCase::importDependencies in Configuration Management 7.2

Helper methods

1 call to ConfigurationHandlerBaseTestCase::importDependencies()
ConfigurationHandlerBaseTestCase::testImportToActiveStore in tests/handlers/ConfigurationHandlerBaseTestCase.test
Import a configuration from the DataStore into the ActiveStore.
2 methods override ConfigurationHandlerBaseTestCase::importDependencies()
FieldConfiguration::importDependencies in tests/handlers/TestFieldConfiguration.test
Helper methods
TestPageManagerConfiguration::importDependencies in tests/handlers/TestPageManagerConfiguration.test
Helper methods

File

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

Class

ConfigurationHandlerBaseTestCase
Base class for functional tests for configuration management.

Code

protected function importDependencies() {
  return FALSE;
}