From: saper Date: Tue, 27 Oct 2015 17:44:41 +0000 (+0100) Subject: set serialize_precision to 17, current PHP default X-Git-Tag: 1.31.0-rc.0~9201^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=71443707ada0546087d0eb949808a1f59aa0668f;p=lhc%2Fweb%2Fwiklou.git set serialize_precision to 17, current PHP default Follow up to: https://gerrit.wikimedia.org/r/#/c/249018/ Bug: T116683 Change-Id: I6e8dfab473ae2c18e68c8e4360159c9cc0e09758 --- diff --git a/tests/phpunit/phpunit.php b/tests/phpunit/phpunit.php index fab6dfb5eb..aaa77514f6 100755 --- a/tests/phpunit/phpunit.php +++ b/tests/phpunit/phpunit.php @@ -117,7 +117,7 @@ class PHPUnitMaintClass extends Maintenance { // Bug T116683 serialize_precision of 100 // may break testing against floating point values // treated with PHP's serialize() - ini_set( 'serialize_precision', 14 ); + ini_set( 'serialize_precision', 17 ); } public function execute() {