Skip to content

Commit 3196230

Browse files
committed
Skip IntlChar related test if ext/intl is not available
1 parent 2ea18cd commit 3196230

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/intl/uchar/tests/basic-functionality.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
IntlChar basic functionality
3+
--SKIPIF--
4+
<?php if (!extension_loaded('intl')) die("skip requires ext/intl") ?>
35
--FILE--
46
<?php
57

0 commit comments

Comments
 (0)