You are here

public static function AdvAggThemeTestCase::getInfo in Advanced CSS/JS Aggregation 7.2

Provide information to the UI for this test.

File

tests/advagg.test, line 1408
Tests for advagg.module.

Class

AdvAggThemeTestCase
Unit tests for the Theme API.

Code

public static function getInfo() {
  return array(
    'name' => 'Theme API and AJAX',
    'description' => 'Test low-level theme functions and AJAX framework functions and commands.',
    'group' => 'AdvAgg',
  );
}