You are here

function NodeQueueTest::get_info in Nodequeue 5.2

File

tests/nodequeue.test, line 6

Class

NodeQueueTest
This class is used to test the randomchoice module with simpletest.

Code

function get_info() {
  return array(
    'name' => 'NodeQueue Test',
    'desc' => t('Assure that NodeQueue works.'),
    'group' => 'NodeQueue',
  );
}