Go to the source code of this file.
Namespaces |
| namespace | tool |
Enumerations |
| enum | NO_OUTPUT_BUFFERING |
| enum | TIME_ALLOWED_PER_UNIT_TEST |
Variables |
| $CFG | debug = DEBUG_DEVELOPER |
| | $path = optional_param('path', null, PARAM_PATH) |
| | $showpasses = optional_param('showpasses', false, PARAM_BOOL) |
| | $codecoverage = optional_param('codecoverage', false, PARAM_BOOL) |
| | $showsearch = optional_param('showsearch', false, PARAM_BOOL) |
| | $unittest = true |
| global | $UNITTEST = new stdClass() |
| | $strtitle = get_string('unittests', 'tool_unittest') |
| | get_string ('onlytest', 'tool_unittest') |
| | $displaypath |
| | $otherpages = array() |
| | $otherpages ['PDF lib test'] = new moodle_url('/admin/tool/unittest/other/pdflibtestpage.php') |
if(debugging('',
DEBUG_DEVELOPER)) if($otherpages) | if (is_null($path)||!$codecoverage) |
Enumeration Type Documentation
Variable Documentation
| $otherpages['PDF lib test'] = new moodle_url('/admin/tool/unittest/other/pdflibtestpage.php') |
| $strtitle = get_string('unittests', 'tool_unittest') |
| $UNITTEST = new stdClass() |