You are here

protected function TestContentTypeConfiguration::configToImport in Configuration Management 7.2

Returns an array of configurations to import.

Overrides ConfigurationHandlerBaseTestCase::configToImport

File

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

Class

TestContentTypeConfiguration
@file Tests for Configuration Management: Content Types.

Code

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