public static function BeanUnitTests::getInfo in Bean (for Drupal 7) 7
Define this test.
File
- tests/
BeanUnitTests.test, line 16 - Some unit-like tests.
Class
- BeanUnitTests
- Test specific parts of the bean type class.
Code
public static function getInfo() {
return array(
'name' => 'Bean Unit Tests',
'description' => 'Test that the individual methods of the bean and bean type classes work.',
'group' => 'Bean',
);
}