File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dev/tests/static/testsuite/Magento/Test/Integrity
lib/internal/Magento/Framework/Validator Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ class HhvmCompatibilityTest extends \PHPUnit_Framework_TestCase
37
37
'display_errors ' ,
38
38
'default_socket_timeout ' ,
39
39
'pcre.recursion_limit ' ,
40
+ 'default_charset '
40
41
];
41
42
42
43
public function testAllowedIniGetSetDirectives ()
Original file line number Diff line number Diff line change @@ -30,8 +30,7 @@ public function setEncoding($encoding = null)
30
30
$ result = ini_get ('default_charset ' );
31
31
}
32
32
if (!$ result ) {
33
- #require_once 'Zend/Validate/Exception.php';
34
- throw new Zend_Validate_Exception ('Given encoding not supported on this OS! ' );
33
+ throw new \Zend_Validate_Exception ('Given encoding not supported on this OS! ' );
35
34
}
36
35
37
36
if (PHP_VERSION_ID < 50600 ) {
You can’t perform that action at this time.
0 commit comments