function js_test_file in JS Callback Handler 7
Same name and namespace in other branches
- 6 tests/js_test.callbacks.inc \js_test_file()
Test callback for the js module.
1 string reference to 'js_test_file'
- js_test_js in tests/
js_test.module - Implements hook_js().
File
- tests/
js_test.callbacks.inc, line 10 - Testing file for the js module.
Code
function js_test_file() {
return js_test_response('ok');
}