瀏覽代碼

Update ThemingControllerTest.php

Fixed tests for https://github.com/nextcloud/server/pull/8633
tags/v14.0.0beta1
rakekniven 6 年之前
父節點
當前提交
bcdbbb56b0
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      apps/theming/tests/Controller/ThemingControllerTest.php

+ 1
- 1
apps/theming/tests/Controller/ThemingControllerTest.php 查看文件

@@ -526,7 +526,7 @@ class ThemingControllerTest extends TestCase {
return [
[UPLOAD_ERR_INI_SIZE, 'The uploaded file exceeds the upload_max_filesize directive in php.ini'],
[UPLOAD_ERR_FORM_SIZE, 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form'],
[UPLOAD_ERR_PARTIAL, 'The uploaded file was only partially uploaded'],
[UPLOAD_ERR_PARTIAL, 'The file was only partially uploaded'],
[UPLOAD_ERR_NO_FILE, 'No file was uploaded'],
[UPLOAD_ERR_NO_TMP_DIR, 'Missing a temporary folder'],
[UPLOAD_ERR_CANT_WRITE, 'Failed to write file to disk.'],

Loading…
取消
儲存