You are here

protected function TestContentTypeConfiguration::configToModify in Configuration Management 7.2

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

Overrides ConfigurationHandlerBaseTestCase::configToModify

File

tests/handlers/TestContentTypeConfiguration.test, line 40
Tests for Configuration Management: Content Types.

Class

TestContentTypeConfiguration
@file Tests for Configuration Management: Content Types.

Code

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