protected function ConfigurationHandlerBaseTestCase::addModules in Configuration Management 7.2
1 call to ConfigurationHandlerBaseTestCase::addModules()
- ConfigurationHandlerBaseTestCase::setUp in tests/
handlers/ ConfigurationHandlerBaseTestCase.test - Implementation of DrupalWebTestCase::setUp().
1 method overrides ConfigurationHandlerBaseTestCase::addModules()
- TestPageManagerConfiguration::addModules in tests/
handlers/ TestPageManagerConfiguration.test
File
- tests/
handlers/ ConfigurationHandlerBaseTestCase.test, line 238 - Tests for Configuration Management: Base Class
Class
- ConfigurationHandlerBaseTestCase
- Base class for functional tests for configuration management.
Code
protected function addModules() {
return FALSE;
}