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


Public Member Functions | |
| __construct () | |
| skip () | |
| setUp () | |
| tearDown () | |
| test_base_step () | |
| test_backup_step () | |
| test_backup_structure_step () | |
| test_base_step_wrong () | |
| test_backup_test_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 79 of file teststep.php.
| __construct | ( | ) |
Definition at line 89 of file teststep.php.
| setUp | ( | ) |
Definition at line 121 of file teststep.php.
| skip | ( | ) |
Definition at line 114 of file teststep.php.
| tearDown | ( | ) |
Definition at line 131 of file teststep.php.
| test_backup_step | ( | ) |
test backup_structure_step class
Definition at line 195 of file teststep.php.

wrong backup_step class tests
Definition at line 254 of file teststep.php.

| test_base_step | ( | ) |
test base_step class
Definition at line 163 of file teststep.php.

wrong base_step class tests
Definition at line 239 of file teststep.php.

$courseid [protected] |
Definition at line 86 of file teststep.php.
Definition at line 82 of file teststep.php.
Definition at line 81 of file teststep.php.
$moduleid [protected] |
Definition at line 84 of file teststep.php.
$sectionid [protected] |
Definition at line 85 of file teststep.php.
$user [protected] |
Definition at line 87 of file teststep.php.