MDL-52100 filelib: Update to unit tests for maxbytes.

This commit is contained in:
Adrian Greeve 2017-12-18 13:01:08 +08:00
parent 48a9856da8
commit c86189ae02

View File

@ -1046,7 +1046,6 @@ EOF;
public static function create_draft_file($filedata = array()) {
global $USER;
self::setAdminUser();
$fs = get_file_storage();
$filerecord = array(
@ -1208,7 +1207,9 @@ EOF;
global $USER;
$this->resetAfterTest(true);
$this->setAdminUser();
// The admin has no restriction for max file uploads, so use a normal user.
$user = $this->getDataGenerator()->create_user();
$this->setUser($user);
$fs = get_file_storage();
$file = self::create_draft_file();