From c70927eaa0d558575ee63b149005ae9ed17e88df Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 19 Jan 2018 14:00:27 +0100 Subject: Remove not needed 3rdparty app disabling during upgrade for PHP 5.x Signed-off-by: Morris Jobke --- tests/lib/AppFramework/Http/JSONResponseTest.php | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/lib/AppFramework/Http') 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')]; -- cgit v1.2.3