public static function BundleInherit::getInfo in Bundle Inherit 7
File
- ./
bundle_inherit.test, line 10 - Tests for bundle_inherit module.
Class
- BundleInherit
- @file Tests for bundle_inherit module.
Code
public static function getInfo() {
return array(
'name' => 'Bundle Inherit',
'description' => 'Ensure that the Bundle Inherit module works properly',
'group' => 'Bundle Inherit',
);
}