summaryrefslogtreecommitdiff
path: root/ext/xmlwriter/tests/011.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xmlwriter/tests/011.phpt')
-rw-r--r--ext/xmlwriter/tests/011.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/xmlwriter/tests/011.phpt b/ext/xmlwriter/tests/011.phpt
index 07d987c2ee..1af76f81d4 100644
--- a/ext/xmlwriter/tests/011.phpt
+++ b/ext/xmlwriter/tests/011.phpt
@@ -1,14 +1,14 @@
--TEST--
XMLWriter: libxml2 XML Writer, write_attribute_ns function
---CREDITS--
+--CREDITS--
Mauricio Vieira <mauricio [at] @mauriciovieira [dot] net>
#testfest PHPSP on 2014-07-05
--SKIPIF--
-<?php
-if (!extension_loaded("xmlwriter")) die("skip");
+<?php
+if (!extension_loaded("xmlwriter")) die("skip");
?>
--FILE--
-<?php
+<?php
$xw = xmlwriter_open_memory();
xmlwriter_set_indent($xw, TRUE);