protected function ConfigurationHandlerBaseTestCase::importOptionals in Configuration Management 7.2
1 call to ConfigurationHandlerBaseTestCase::importOptionals()
- ConfigurationHandlerBaseTestCase::testImportToActiveStore in tests/
handlers/ ConfigurationHandlerBaseTestCase.test - Import a configuration from the DataStore into the ActiveStore.
File
- tests/
handlers/ ConfigurationHandlerBaseTestCase.test, line 242 - Tests for Configuration Management: Base Class
Class
- ConfigurationHandlerBaseTestCase
- Base class for functional tests for configuration management.
Code
protected function importOptionals() {
return FALSE;
}