public static function TrackerTest::getInfo
Archivo
- drupal-7.x/
modules/ tracker/ tracker.test, line 27 - Tests for tracker.module.
Class
- TrackerTest
- Defines a base class for testing tracker.module.
Código
public static function getInfo() {
return array(
'name' => 'Tracker',
'description' => 'Create and delete nodes and check for their display in the tracker listings.',
'group' => 'Tracker',
);
}