You are here

public static function FloodTest::getInfo in MongoDB 8

File

src/Tests/FloodTest.php, line 26
Definition of rupal\mongodb\Tests\FloodTest.

Class

FloodTest
Functional tests for the flood control mechanism.

Namespace

Drupal\mongodb\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Flood control mechanism',
    'description' => 'Functional tests for the flood control mechanism.',
    'group' => 'MongoDB',
  );
}