Skip to content

Commit 2811766

Browse files
committed
MAGETWO-63987: Remove uses of unserialize in \Magento\Sales\Model\Order\Creditmemo\Item attribute tax_ratio
- fixed static tests
1 parent b8c3f9b commit 2811766

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

dev/tests/static/testsuite/Magento/Test/Integrity/HhvmCompatibilityTest.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,14 @@ class HhvmCompatibilityTest extends \PHPUnit_Framework_TestCase
3737
'display_errors',
3838
'default_socket_timeout',
3939
'pcre.recursion_limit',
40-
'default_charset'
40+
'default_charset',
41+
42+
/*
43+
There is not way to specify calculation/serialization precision in hhvm.
44+
Adding to whitelist in order to align precisions in php.
45+
*/
46+
'precision',
47+
'serialize_precision',
4148
];
4249

4350
public function testAllowedIniGetSetDirectives()

0 commit comments

Comments
 (0)