You are here

static function RadioactivityNodeTestCase::getInfo in Radioactivity 6

File

plugins/radioactivity_node.test, line 5

Class

RadioactivityNodeTestCase

Code

static function getInfo() {
  return array(
    'name' => t('Radioactivity Node-plugin tests'),
    'description' => t('Some regression tests for Radioactivity Node plugin.'),
    'group' => t('Radioactivity'),
  );
}