function TrackerTest::getInfo

File

modules/tracker/tracker.test, line 27

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.