Skip to content

Commit

Permalink
Fix test to be skipped if dom is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Sep 22, 2019
1 parent f989a4c commit 697945a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/libxml/tests/bug76777.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Bug #76777 (first parameter of libxml_set_external_entity_loader callback undefi
--SKIPIF--
<?php
if (!extension_loaded('libxml')) die('skip');
if (!extension_loaded('dom')) die('skip dom extension not available');
if (getenv("SKIP_ONLINE_TESTS")) die('skip online test');
?>
--FILE--
Expand Down

0 comments on commit 697945a

Please sign in to comment.