aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/AppFramework/Http/JSONResponseTest.php
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-01-20 11:01:31 +0100
committerGitHub <noreply@github.com>2018-01-20 11:01:31 +0100
commit4d99faae4f816fe49c921eb1e704286d0ca422c2 (patch)
treece2caf511a8506c394fbc0b5b0b91fa5bbe86de8 /tests/lib/AppFramework/Http/JSONResponseTest.php
parent2635073909e5d20ca2902d94c671061748267489 (diff)
parentc70927eaa0d558575ee63b149005ae9ed17e88df (diff)
downloadnextcloud-server-4d99faae4f816fe49c921eb1e704286d0ca422c2.tar.gz
nextcloud-server-4d99faae4f816fe49c921eb1e704286d0ca422c2.zip
Merge pull request #7955 from nextcloud/remove-app-disable-upgrade
Remove not needed 3rdparty app disabling during upgrade for PHP 5.x
Diffstat (limited to 'tests/lib/AppFramework/Http/JSONResponseTest.php')
-rw-r--r--tests/lib/AppFramework/Http/JSONResponseTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/AppFramework/Http/JSONResponseTest.php b/tests/lib/AppFramework/Http/JSONResponseTest.php
index 23a55e7eee8..3c3a273a97e 100644
--- a/tests/lib/AppFramework/Http/JSONResponseTest.php
+++ b/tests/lib/AppFramework/Http/JSONResponseTest.php
@@ -93,7 +93,6 @@ class JSONResponseTest extends \Test\TestCase {
/**
* @expectedException \Exception
* @expectedExceptionMessage Could not json_encode due to invalid non UTF-8 characters in the array: array (
- * @requires PHP 5.5
*/
public function testRenderWithNonUtf8Encoding() {
$params = ['test' => hex2bin('e9')];