public static function MTimeProtectedFileStorageTest::getInfo

1 method overrides MTimeProtectedFileStorageTest::getInfo()
MTimeProtectedFastFileStorageTest::getInfo in drupal/core/modules/system/lib/Drupal/system/Tests/PhpStorage/MTimeProtectedFastFileStorageTest.php

File

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

Class

MTimeProtectedFileStorageTest
Tests the directory mtime based PHP loader implementation.

Namespace

Drupal\system\Tests\PhpStorage

Code

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