You are here

protected function VariableConfiguration::savedInActiveStore in Configuration Management 7.2

Return TRUE if all the configurations defined in configToImport were saved into the active store.

Overrides ConfigurationHandlerBaseTestCase::savedInActiveStore

File

tests/handlers/TestVariableConfiguration.test, line 73
Tests for Configuration Management: Variables.

Class

VariableConfiguration
@file Tests for Configuration Management: Variables.

Code

protected function savedInActiveStore() {
  return variable_get('site_name', NULL) !== NULL;
}