Skip to content

Commit 0b6289d

Browse files
committed
[ci skip] Test is for libxml only
1 parent 67259e4 commit 0b6289d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ext/xml/tests/gh14834.phpt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
GH-14834 (Error installing PHP when --with-pear is used)
33
--EXTENSIONS--
44
xml
5+
--SKIPIF--
6+
<?php
7+
require __DIR__ . '/libxml_expat_skipif.inc';
8+
skipif(want_expat: false);
9+
?>
510
--FILE--
611
<?php
712
$xml = <<<XML

0 commit comments

Comments
 (0)