protected function TestContentTypeConfiguration::savedInActiveStore in Configuration Management 7.2
Return TRUE if all the configurations defined in configToImport were saved into the active store.
Overrides ConfigurationHandlerBaseTestCase::savedInActiveStore
File
- tests/
handlers/ TestContentTypeConfiguration.test, line 59 - Tests for Configuration Management: Content Types.
Class
- TestContentTypeConfiguration
- @file Tests for Configuration Management: Content Types.
Code
protected function savedInActiveStore() {
$content_type = node_type_load('test');
return !empty($content_type);
}