public static function CustomBreadcrumbsFeaturesMachineNamesTestCase::getInfo in Custom Breadcrumbs Features 7.2
File
- tests/
machine_names.test, line 16 - Test that custom_breadcrumbs_features provides allows crumbs to have a machine name.
Class
- CustomBreadcrumbsFeaturesMachineNamesTestCase
- Test that Custom Breadcrumbs can be associated with machine names.
Code
public static function getInfo() {
return array(
'name' => t('Machine Names'),
'description' => t('Test that breadcrumbs can be associated with machine names.'),
'group' => t('Custom Breadcrumbs Features'),
);
}