js_test.callbacks.inc in JS Callback Handler 7
Same filename and directory in other branches
Testing file for the js module.
File
tests/js_test.callbacks.incView source
<?php
/**
* @file
* Testing file for the js module.
*/
/**
* Test callback for the js module.
*/
function js_test_file() {
return js_test_response('ok');
}
Functions
Name | Description |
---|---|
js_test_file | Test callback for the js module. |