You are here

public static function JsTestWebTestCase::getInfo in JS Callback Handler 7

Same name and namespace in other branches
  1. 6 tests/js_test.test \JsTestWebTestCase::getInfo()

File

tests/js_test.test, line 11
Testing for the bam template module

Class

JsTestWebTestCase
@file Testing for the bam template module

Code

public static function getInfo() {
  return array(
    'name' => 'JS Test',
    'description' => 'JavaScript Callback Handler',
    'group' => 'JS',
  );
}