|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct () | |
| skip () | |
| setUp () | |
| tearDown () | |
| test_base_task () | |
| test_backup_task () | |
| test_base_task_wrong () | |
| test_backup_task_wrong () | |
Static Public Attributes | |
| static | $includecoverage = array('backup/util/plan') |
| static | $excludecoverage = array('backup/util/plan/simpletest') |
Protected Attributes | |
| $moduleid | |
| $sectionid | |
| $courseid | |
| $user | |
Definition at line 54 of file testtask.php.
| __construct | ( | ) |
Definition at line 64 of file testtask.php.
| setUp | ( | ) |
Definition at line 96 of file testtask.php.
| skip | ( | ) |
Definition at line 89 of file testtask.php.
| tearDown | ( | ) |
Definition at line 106 of file testtask.php.
| test_backup_task | ( | ) |
wrong backup_task class tests
Definition at line 203 of file testtask.php.

| test_base_task | ( | ) |
test base_task class
Definition at line 138 of file testtask.php.

wrong base_task class tests
Definition at line 175 of file testtask.php.

$courseid [protected] |
Definition at line 61 of file testtask.php.
Definition at line 57 of file testtask.php.
Definition at line 56 of file testtask.php.
$moduleid [protected] |
Definition at line 59 of file testtask.php.
$sectionid [protected] |
Definition at line 60 of file testtask.php.
$user [protected] |
Definition at line 62 of file testtask.php.