summaryrefslogtreecommitdiff
path: root/ext/dom
diff options
context:
space:
mode:
authorFabien Villepinte <fabien.villepinte@displayce.com>2019-09-03 20:57:39 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-09-04 08:36:11 +0200
commitc0c1f9d38c83e3ae593efea1175fca58ea923540 (patch)
treed4fe1fbaa96192a0b013c40c74263df2d3f182d5 /ext/dom
parent61dcae50d5bdc6e0f9565d63fda58257bc489cdd (diff)
downloadphp-git-c0c1f9d38c83e3ae593efea1175fca58ea923540.tar.gz
Add missing SKIPIF
Diffstat (limited to 'ext/dom')
-rw-r--r--ext/dom/tests/toString_exceptions.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/dom/tests/toString_exceptions.phpt b/ext/dom/tests/toString_exceptions.phpt
index e59532d48c..4f97ae6c32 100644
--- a/ext/dom/tests/toString_exceptions.phpt
+++ b/ext/dom/tests/toString_exceptions.phpt
@@ -1,5 +1,7 @@
--TEST--
Handling of exceptions during __toString
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--FILE--
<?php