public static function ThemeTest::getInfo

Same name in this branch

File

drupal/core/modules/system/lib/Drupal/system/Tests/System/ThemeTest.php, line 24
Definition of Drupal\system\Tests\System\ThemeTest.

Class

ThemeTest
Tests the theme interface functionality.

Namespace

Drupal\system\Tests\System

Code

public static function getInfo() {
  return array(
    'name' => 'Theme interface functionality',
    'description' => 'Tests the theme interface functionality by enabling and switching themes, and using an administration theme.',
    'group' => 'System',
  );
}