You are here

protected function ConfigurationHandlerBaseTestCase::checkModification in Configuration Management 7.2

Determine if isModified($config) should be called for this config.

1 call to ConfigurationHandlerBaseTestCase::checkModification()
ConfigurationHandlerBaseTestCase::testCheckModifications in tests/handlers/ConfigurationHandlerBaseTestCase.test
Import a configuration. Make modifications on it, and then revert it.
1 method overrides ConfigurationHandlerBaseTestCase::checkModification()
FieldConfiguration::checkModification in tests/handlers/TestFieldConfiguration.test
Determine if isModified($config) should be called for this config.

File

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

Class

ConfigurationHandlerBaseTestCase
Base class for functional tests for configuration management.

Code

protected function checkModification($config) {
  return TRUE;
}