Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen committed Jan 16, 2025
1 parent d266695 commit cbb5147
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ext/intl/tests/gh17469.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
--TEST--
GH-17469: UConverter::transcode() raises always E_WARNING regardless of INI settings
--SKIPIF--
<?php
if (PHP_OS_FAMILY === "Windows") die("skip currently unsupported on Windows");
?>
--FILE--
<?php
ini_set("intl.error_level", E_WARNING);
Expand Down

0 comments on commit cbb5147

Please sign in to comment.