From 7c35ee4c35fe966c01ff8d73a701ede7f6fd271e Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Sat, 9 May 2020 22:40:56 +0200 Subject: [PATCH] Mark testSumObjectCasting as incomplete Polyfill and ext implementations are different --- tests/Sequence/sum.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/Sequence/sum.php b/tests/Sequence/sum.php index 7ff3ec2..97eb2af 100644 --- a/tests/Sequence/sum.php +++ b/tests/Sequence/sum.php @@ -38,6 +38,13 @@ public function testSum($values, $expected) public function testSumObjectCasting() { + $this->markTestIncomplete(<<markTestSkipped("GMP extension is not installed"); return;