public static function ThemeTest::getInfo

Same name in this branch

File

drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/ThemeTest.php, line 15
Definition of Drupal\taxonomy\Tests\ThemeTest.

Class

ThemeTest
Tests for verifying that taxonomy pages use the correct theme.

Namespace

Drupal\taxonomy\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Taxonomy theme switching',
    'description' => 'Verifies that various taxonomy pages use the expected theme.',
    'group' => 'Taxonomy',
  );
}