public static function CustomBreadcrumbsFeaturesIntegrationTestCase::getInfo in Custom Breadcrumbs Features 7.2
File
- tests/
features_integration.test, line 13 - Test that custom_breadcrumbs_features provides custom_breadcrumbs with features integration.
Class
- CustomBreadcrumbsFeaturesIntegrationTestCase
- Test that Custom Breadcrumbs can be exported and rebuilt using Features.
Code
public static function getInfo() {
return array(
'name' => t('Features integration'),
'description' => t('Test that breadcrumbs can be exported and rebuilt using Features.'),
'group' => t('Custom Breadcrumbs Features'),
);
}