protected function TestContentTypeConfiguration::configToExport in Configuration Management 7.2
Returns an array of configurations to export.
Overrides ConfigurationHandlerBaseTestCase::configToExport
File
- tests/
handlers/ TestContentTypeConfiguration.test, line 33 - Tests for Configuration Management: Content Types.
Class
- TestContentTypeConfiguration
- @file Tests for Configuration Management: Content Types.
Code
protected function configToExport() {
return array(
'content_type.' . $this->content_type->type,
);
}