We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c3f9b commit 2811766Copy full SHA for 2811766
dev/tests/static/testsuite/Magento/Test/Integrity/HhvmCompatibilityTest.php
@@ -37,7 +37,14 @@ class HhvmCompatibilityTest extends \PHPUnit_Framework_TestCase
37
'display_errors',
38
'default_socket_timeout',
39
'pcre.recursion_limit',
40
- 'default_charset'
+ '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',
48
];
49
50
public function testAllowedIniGetSetDirectives()
0 commit comments