diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-01-19 14:00:27 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-01-19 14:00:27 +0100 |
commit | c70927eaa0d558575ee63b149005ae9ed17e88df (patch) | |
tree | 077f02eba8ad1f50e332c29a47efd4b09fc6f5ba /tests/lib/AppFramework | |
parent | fdd7a5325006d5ff023f04fab32627e08393f053 (diff) | |
download | nextcloud-server-c70927eaa0d558575ee63b149005ae9ed17e88df.tar.gz nextcloud-server-c70927eaa0d558575ee63b149005ae9ed17e88df.zip |
Remove not needed 3rdparty app disabling during upgrade for PHP 5.x
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'tests/lib/AppFramework')
-rw-r--r-- | tests/lib/AppFramework/Http/JSONResponseTest.php | 1 |
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')]; |