public static function QueueTest::getInfo in MongoDB 8
File
- src/
Tests/ QueueTest.php, line 26 - Definition of Drupal\mongodb\Tests\QueueTest.
Class
- QueueTest
- Tests queue functions.
Namespace
Drupal\mongodb\TestsCode
public static function getInfo() {
return array(
'name' => 'Queue',
'description' => 'Tests the mongo queue functions.',
'group' => 'MongoDB',
);
}