summaryrefslogtreecommitdiff
path: root/ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt
diff options
context:
space:
mode:
authorZoe Slattery <zoe@php.net>2008-12-30 15:56:44 +0000
committerZoe Slattery <zoe@php.net>2008-12-30 15:56:44 +0000
commitf9f5039988108236c31e3bd5d42dcff02933382d (patch)
treef03a9bc0e538ac1e9a38052c3034a44ca815c6d3 /ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt
parentb7749479205fa59376cc41d5e50951c30d917da5 (diff)
downloadphp-git-f9f5039988108236c31e3bd5d42dcff02933382d.tar.gz
refixing missing skipif
Diffstat (limited to 'ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt')
-rw-r--r--ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt b/ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt
index ea0910417c..9f45f125d5 100644
--- a/ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt
+++ b/ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt
@@ -3,6 +3,8 @@ DomDocument::createProcessingInstruction() - basic test for DomDocument::createP
--CREDITS--
Muhammad Khalid Adnan
# TestFest 2008
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--FILE--
<?php