You are here

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\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Queue',
    'description' => 'Tests the mongo queue functions.',
    'group' => 'MongoDB',
  );
}