public static function FileStorageTest::getInfo

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

File

drupal/core/modules/system/lib/Drupal/system/Tests/PhpStorage/FileStorageTest.php, line 15
Definition of Drupal\system\Tests\PhpStorage\FileStorageTest.

Class

FileStorageTest
Tests the simple file storage.

Namespace

Drupal\system\Tests\PhpStorage

Code

public static function getInfo() {
  return array(
    'name' => 'Simple file storage',
    'description' => 'Tests the FileStorage implementation.',
    'group' => 'PHP Storage',
  );
}