Skip to content

Commit cbb5147

Browse files
committed
fix test
1 parent d266695 commit cbb5147

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/intl/tests/gh17469.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
--TEST--
22
GH-17469: UConverter::transcode() raises always E_WARNING regardless of INI settings
3+
--SKIPIF--
4+
<?php
5+
if (PHP_OS_FAMILY === "Windows") die("skip currently unsupported on Windows");
6+
?>
37
--FILE--
48
<?php
59
ini_set("intl.error_level", E_WARNING);

0 commit comments

Comments
 (0)