diff options
Diffstat (limited to 'ext/dom/tests/DOMDocument_createAttribute_error.phpt')
-rw-r--r-- | ext/dom/tests/DOMDocument_createAttribute_error.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/dom/tests/DOMDocument_createAttribute_error.phpt b/ext/dom/tests/DOMDocument_createAttribute_error.phpt index 3b318d40d2..bf71d554aa 100644 --- a/ext/dom/tests/DOMDocument_createAttribute_error.phpt +++ b/ext/dom/tests/DOMDocument_createAttribute_error.phpt @@ -1,5 +1,7 @@ --TEST-- Test DOMDocument::createAttribute() for expected expection thrown when wrong parameter passed +--SKIPIF-- +<?php require_once('skipif.inc'); ?> --FILE-- <?php $dom = new DOMDocument(); |