jenkins-bot has submitted this change and it was merged. Change subject: set serialize_precision to 17, current PHP default ......................................................................
set serialize_precision to 17, current PHP default Follow up to: https://gerrit.wikimedia.org/r/#/c/249018/ Bug: T116683 Change-Id: I6e8dfab473ae2c18e68c8e4360159c9cc0e09758 --- M tests/phpunit/phpunit.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Jackmcbarn: Looks good to me, approved jenkins-bot: Verified diff --git a/tests/phpunit/phpunit.php b/tests/phpunit/phpunit.php index fab6dfb..aaa7751 100755 --- a/tests/phpunit/phpunit.php +++ b/tests/phpunit/phpunit.php @@ -117,7 +117,7 @@ // 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() { -- To view, visit https://gerrit.wikimedia.org/r/249183 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6e8dfab473ae2c18e68c8e4360159c9cc0e09758 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: saper <[email protected]> Gerrit-Reviewer: Anomie <[email protected]> Gerrit-Reviewer: Jackmcbarn <[email protected]> Gerrit-Reviewer: Krinkle <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
