protected function TestContentTypeConfiguration::createConfigToExport in Configuration Management 7.2
This function creates the configurations that will be exported by configuration management.
Overrides ConfigurationHandlerBaseTestCase::createConfigToExport
File
- tests/
handlers/ TestContentTypeConfiguration.test, line 68 - Tests for Configuration Management: Content Types.
Class
- TestContentTypeConfiguration
- @file Tests for Configuration Management: Content Types.
Code
protected function createConfigToExport() {
$this->content_type = $this
->drupalCreateContentType();
}