summaryrefslogtreecommitdiff
path: root/ext/xml/tests/xml_set_notation_decl_handler_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xml/tests/xml_set_notation_decl_handler_basic.phpt')
-rw-r--r--ext/xml/tests/xml_set_notation_decl_handler_basic.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xml/tests/xml_set_notation_decl_handler_basic.phpt b/ext/xml/tests/xml_set_notation_decl_handler_basic.phpt
index 6ceaea63d0..aa37b84a55 100644
--- a/ext/xml/tests/xml_set_notation_decl_handler_basic.phpt
+++ b/ext/xml/tests/xml_set_notation_decl_handler_basic.phpt
@@ -3,7 +3,7 @@ Test xml_set_notation_decl_handler function : basic
--SKIPIF--
<?php
if (!extension_loaded("xml")) {
- print "skip - XML extension not loaded";
+ print "skip - XML extension not loaded";
}
?>
--FILE--