You are here

public static function BeanTestPlugins::getInfo in Bean (for Drupal 7) 7

Define this test.

File

tests/BeanTestPlugins.test, line 16
A class for testing the plugin API.

Class

BeanTestPlugins
Test the plugin API.

Code

public static function getInfo() {
  return array(
    'name' => 'Bean Plugin',
    'description' => 'Test the bean plugin API.',
    'group' => 'Bean',
  );
}