diff options
Diffstat (limited to 'ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt')
-rw-r--r-- | ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt | 2 |
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 |