You are here

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

Provide information to the UI for this test.

File

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

Class

AdvAggJavaScriptTestCase
Tests for the JavaScript system.

Code

public static function getInfo() {
  return array(
    'name' => 'JavaScript',
    'description' => 'Tests the JavaScript system.',
    'group' => 'AdvAgg',
  );
}