public static function FileStorageTest::getInfo

Same name in this branch
  1. 8.x drupal/core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php \Drupal\Tests\Component\PhpStorage\FileStorageTest::getInfo()
  2. 8.x drupal/core/modules/config/lib/Drupal/config/Tests/Storage/FileStorageTest.php \Drupal\config\Tests\Storage\FileStorageTest::getInfo()

File

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

Class

FileStorageTest
Tests FileStorage controller operations.

Namespace

Drupal\config\Tests\Storage

Code

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