public static function JavaScriptTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php, line 29
Definition of Drupal\system\Tests\Common\JavaScriptTest.

Class

JavaScriptTest
Tests the JavaScript system.

Namespace

Drupal\system\Tests\Common

Code

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