public static function MTimeProtectedFastFileStorageTest::getInfo

Overrides MTimeProtectedFileStorageTest::getInfo

File

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

Class

MTimeProtectedFastFileStorageTest
Tests the directory mtime based PHP loader implementation.

Namespace

Drupal\system\Tests\PhpStorage

Code

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