diff --git a/tests/Map/sum.php b/tests/Map/sum.php index 407e123..1785183 100644 --- a/tests/Map/sum.php +++ b/tests/Map/sum.php @@ -38,6 +38,13 @@ public function testSum($values, $expected) public function testSumObjectCasting() { + $this->markTestIncomplete(<<markTestSkipped("GMP extension is not installed"); return; diff --git a/tests/Set/sum.php b/tests/Set/sum.php index 57f0999..5f629dc 100644 --- a/tests/Set/sum.php +++ b/tests/Set/sum.php @@ -38,6 +38,13 @@ public function testSum($values, $expected) public function testSumObjectCasting() { + $this->markTestIncomplete(<<markTestSkipped("GMP extension is not installed"); return;