Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrakekniven <mark.ziegler@rakekniven.de>2018-03-19 17:07:49 +0300
committerGitHub <noreply@github.com>2018-03-19 17:07:49 +0300
commit789221a0fcef435ae95b6aec22382b6757dd0469 (patch)
tree5796e609bc0a9db56fe6d1be750af4eba9860dfe /apps/theming/tests
parentd88db9b496ad49b2e53d65023e0769e082d003c2 (diff)
Update ThemingControllerTest.php
Adjusted test
Diffstat (limited to 'apps/theming/tests')
-rw-r--r--apps/theming/tests/Controller/ThemingControllerTest.php4
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'],
];
}