Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/BigIntegerValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ class BigIntegerValueTest extends \PHPUnit_Framework_TestCase
{
public function setUp()
{
if (extension_loaded('gmp')) {
$this->markTestSkipped('gmp causes test failure');
}
try {
$XmlRpcBigInteger = new BigInteger(0);
} catch (\Zend\Math\Exception $e) {
Expand Down

0 comments on commit f68efae

Please sign in to comment.