public static function TrackerTest::getInfo in Drupal 7
File
- 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',
);
}