You are here

public static function FloodTest::getInfo in Service Container 7

Same name and namespace in other branches
  1. 7.2 lib/Drupal/service_container/Tests/FloodTest.php \Drupal\service_container\Tests\FloodTest::getInfo()

File

lib/Drupal/service_container/Tests/FloodTest.php, line 22
Contains \Drupal\service_container\Tests\FloodTest.

Class

FloodTest

Namespace

Drupal\service_container\Tests

Code

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