diff options
author | rakekniven <mark.ziegler@rakekniven.de> | 2018-03-19 15:07:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-19 15:07:49 +0100 |
commit | 789221a0fcef435ae95b6aec22382b6757dd0469 (patch) | |
tree | 5796e609bc0a9db56fe6d1be750af4eba9860dfe /apps/theming | |
parent | d88db9b496ad49b2e53d65023e0769e082d003c2 (diff) | |
download | nextcloud-server-789221a0fcef435ae95b6aec22382b6757dd0469.tar.gz nextcloud-server-789221a0fcef435ae95b6aec22382b6757dd0469.zip |
Update ThemingControllerTest.php
Adjusted test
Diffstat (limited to 'apps/theming')
-rw-r--r-- | apps/theming/tests/Controller/ThemingControllerTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/theming/tests/Controller/ThemingControllerTest.php b/apps/theming/tests/Controller/ThemingControllerTest.php index 25c5686dda1..08af13f994b 100644 --- a/apps/theming/tests/Controller/ThemingControllerTest.php +++ b/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'], ]; } |