소스 검색

Update ThemingControllerTest.php

Adjusted test
tags/v14.0.0beta1
rakekniven 6 년 전
부모
커밋
789221a0fc
No account linked to committer's email address
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      apps/theming/tests/Controller/ThemingControllerTest.php

+ 2
- 2
apps/theming/tests/Controller/ThemingControllerTest.php 파일 보기

@@ -529,8 +529,8 @@ class ThemingControllerTest extends TestCase {
[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.'],
[UPLOAD_ERR_EXTENSION, 'A PHP extension stopped the file upload.'],
[UPLOAD_ERR_CANT_WRITE, 'Could not write file to disk'],
[UPLOAD_ERR_EXTENSION, 'A PHP extension stopped the file upload'],
];
}


Loading…
취소
저장