Skip to content

Commit 4a76480

Browse files
committed
Removed special test case in YamlRunnerTest for get/11_basic_with_types
1 parent 6742f8b commit 4a76480

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/Elasticsearch/Tests/YamlRunnerTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -588,10 +588,6 @@ public function operationMatch($operation, $lastOperationResult, &$context, stri
588588
}
589589
}
590590
break;
591-
case 'Basic':
592-
// Fix issue converting "中文" in unicode
593-
$match = is_string($match) ? utf8_decode($match) : $match;
594-
break;
595591
}
596592

597593
$expected = $this->replaceWithContext(current($operation), $context);

0 commit comments

Comments
 (0)