You are here

protected function TestviewConfiguration::configToModify in Configuration Management 7.2

Returns an array of configurations to modify and check for modifications.

Overrides ConfigurationHandlerBaseTestCase::configToModify

File

tests/handlers/TestViewConfiguration.test, line 59
Tests for Configuration Management: Views.

Class

TestviewConfiguration
@file Tests for Configuration Management: Views.

Code

protected function configToModify() {
  return array(
    'views_view.test',
  );
}