MDL-32323 experimental web UI for execution of PHPUnit tests
It is not localised intentionally because only developers should use it…
This commit is contained in:
@@ -136,6 +136,16 @@ class core_phpunit_basic_testcase extends basic_testcase {
|
||||
global $COURSE;
|
||||
$COURSE->id = 10;
|
||||
}
|
||||
|
||||
public function test_all_modifications() {
|
||||
global $DB, $CFG, $USER, $COURSE;
|
||||
$DB->set_field('user', 'confirmed', 1, array('id'=>-1));
|
||||
$CFG->xx = 'yy';
|
||||
unset($CFG->admin);
|
||||
$CFG->rolesactive = 0;
|
||||
$USER->id = 10;
|
||||
$COURSE->id = 10;
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user