You are here

js_test.callbacks.inc in JS Callback Handler 6

Same filename and directory in other branches
  1. 7 tests/js_test.callbacks.inc

Testing file for the js module.

File

tests/js_test.callbacks.inc
View 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

Namesort descending Description
js_test_file Test callback for the js module.