mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Update ThemingControllerTest.php
Adjusted test
This commit is contained in:
parent
d88db9b496
commit
789221a0fc
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue