Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/admin/tool/unittest/index.php File Reference

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

Definition at line 27 of file index.php.

Definition at line 58 of file index.php.


Variable Documentation

$codecoverage = optional_param('codecoverage', false, PARAM_BOOL)

Definition at line 44 of file index.php.

$displaypath

Definition at line 140 of file index.php.

$otherpages = array()

Definition at line 147 of file index.php.

$otherpages['PDF lib test'] = new moodle_url('/admin/tool/unittest/other/pdflibtestpage.php')

Definition at line 148 of file index.php.

$path = optional_param('path', null, PARAM_PATH)

Definition at line 42 of file index.php.

$showpasses = optional_param('showpasses', false, PARAM_BOOL)

Definition at line 43 of file index.php.

$showsearch = optional_param('showsearch', false, PARAM_BOOL)

Definition at line 45 of file index.php.

$strtitle = get_string('unittests', 'tool_unittest')

Definition at line 61 of file index.php.

$unittest = true

Definition at line 49 of file index.php.

$UNITTEST = new stdClass()

Definition at line 51 of file index.php.

Definition at line 37 of file index.php.

get_string('onlytest', 'tool_unittest')

Definition at line 139 of file index.php.

if (debugging('', DEBUG_DEVELOPER)) if ($otherpages) if(is_null($path)||!$codecoverage)

Definition at line 168 of file index.php.

 All Data Structures Namespaces Files Functions Variables Enumerations