public static function NullBackendTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Cache/NullBackendTest.php, line 18
Definition of Drupal\system\Tests\Cache\NullBackendTest.

Class

NullBackendTest
Tests the cache NullBackend.

Namespace

Drupal\system\Tests\Cache

Code

public static function getInfo() {
  return array(
    'name' => 'Cache NullBackend test',
    'description' => 'Tests the cache NullBackend.',
    'group' => 'Cache',
  );
}