public static function TrackerTest::getInfo

File

drupal/modules/tracker/tracker.test, line 27
Tests for tracker.module.

Class

TrackerTest
Defines a base class for testing tracker.module.

Code

public static function getInfo() {
  return array(
    'name' => 'Tracker',
    'description' => 'Create and delete nodes and check for their display in the tracker listings.',
    'group' => 'Tracker',
  );
}