public static function JsTestWebTestCase::getInfo in JS Callback Handler 6
Same name and namespace in other branches
- 7 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',
);
}