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

This commit is contained in:
Ilya Tregubov 2017-02-07 15:05:49 +11:00
parent 7a3b115d37
commit 1138af352a

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);