File
- drupal/core/modules/tracker/lib/Drupal/tracker/Tests/TrackerTest.php, line 38
- Definition of Drupal\tracker\Tests\TrackerTest.
Class
- TrackerTest
- Defines a base class for testing tracker.module.
Namespace
Drupal\tracker\Tests
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',
);
}