mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
MDL-57768 webservice: Delete manual setting of config in test
This commit is contained in:
parent
7a3b115d37
commit
1138af352a
@ -43,10 +43,6 @@ class core_webservice_externallib_testcase extends externallib_advanced_testcase
|
||||
|
||||
$this->resetAfterTest(true);
|
||||
|
||||
// This is the info we are going to check
|
||||
set_config('release', '2.4dev (Build: 20120823)');
|
||||
set_config('version', '2012083100.00');
|
||||
|
||||
$maxbytes = 10485760;
|
||||
$userquota = 5242880;
|
||||
set_config('maxbytes', $maxbytes);
|
||||
|
Loading…
x
Reference in New Issue
Block a user