Merge branch 'MDL-57768-webservice-config-error' of https://github.com/ilya-catalyst/moodle

This commit is contained in:
Dan Poltawski 2017-02-13 13:28:37 +00:00
commit b747a90082

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