MDL-57768 webservice: Delete manual setting of config in test

This commit is contained in:
Ilya Tregubov
2017-02-10 11:47:25 +11:00
parent 341af0a779
commit ae1cb40c5e
-4
View File
@@ -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);