public static function BeanTests::getInfo in Bean (for Drupal 7) 7
Define this test.
File
- tests/
BeanTests.test, line 16 - Misc tests.
Class
- BeanTests
- Basic tests.
Code
public static function getInfo() {
return array(
'name' => 'Bean functionality',
'description' => 'Test the bean API.',
'group' => 'Bean',
);
}