From 40345dd29c2b01e3734cf65be418e5f266a9e709 Mon Sep 17 00:00:00 2001 From: Brown Date: Sat, 4 Apr 2020 18:02:28 -0400 Subject: [PATCH] Remove json_encode test that no longer works --- tests/FunctionCallTest.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tests/FunctionCallTest.php b/tests/FunctionCallTest.php index 4ecce5dbb..d10530d9b 100644 --- a/tests/FunctionCallTest.php +++ b/tests/FunctionCallTest.php @@ -1256,17 +1256,6 @@ class FunctionCallTest extends TestCase '$a' => 'int', ] ], - 'jsonEncodeString' => [ - ' 'array|null|scalar|stdClass>|null|scalar|stdClass>|null|scalar|stdClass', - '$b' => 'array|null|scalar>|null|scalar>|null|scalar', - '$c' => 'array|null|scalar|stdClass>|null|scalar|stdClass>|null|scalar|stdClass', - ] - ], ]; }