You are here

public static function D8CacheUnitTestCase::getInfo in Drupal 8 Cache Backport 7

File

./d8cache.test, line 13
Drupal 8 Caching backport tests.

Class

D8CacheUnitTestCase
Test the Drupal 8 caching backport.

Code

public static function getInfo() {
  return array(
    'name' => 'Drupal 8 Cache Backport',
    'description' => 'Tests the Drupal 8 caching backport.',
    'group' => 'D8Cache',
  );
}