function QueueTestCase::getInfo

File

modules/system/system.test, line 2120

Class

QueueTestCase
Test the basic queue functionality.

Code

public static function getInfo() {
    return array(
        'name' => 'Queue functionality',
        'description' => 'Queues and dequeues a set of items to check the basic queue functionality.',
        'group' => 'System',
    );
}

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