public static function FunctionsTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Theme/FunctionsTest.php, line 17
Definition of Drupal\system\Tests\Theme\FunctionsTest.

Class

FunctionsTest
Tests for common theme functions.

Namespace

Drupal\system\Tests\Theme

Code

public static function getInfo() {
  return array(
    'name' => 'Theme functions',
    'description' => 'Tests common theme functions.',
    'group' => 'Theme',
  );
}