public static function DatabaseStorageTest::getInfo

Same name in this branch
  1. 9.x drupal/core/modules/config/lib/Drupal/config/Tests/Storage/DatabaseStorageTest.php \Drupal\config\Tests\Storage\DatabaseStorageTest::getInfo()
  2. 9.x drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/DatabaseStorageTest.php \Drupal\system\Tests\KeyValueStore\DatabaseStorageTest::getInfo()

File

drupal/core/modules/config/lib/Drupal/config/Tests/Storage/DatabaseStorageTest.php, line 16
Definition of Drupal\config\Tests\Storage\DatabaseStorageTest.

Class

DatabaseStorageTest
Tests DatabaseStorage controller operations.

Namespace

Drupal\config\Tests\Storage

Code

public static function getInfo() {
  return array(
    'name' => 'DatabaseStorage controller operations',
    'description' => 'Tests DatabaseStorage controller operations.',
    'group' => 'Configuration',
  );
}