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 5a479af8f6..957e635cb5 100644
--- a/ext/xmlwriter/tests/011.phpt
+++ b/ext/xmlwriter/tests/011.phpt
@@ -1,15 +1,15 @@
--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");
if (LIBXML_VERSION < 20701) die("skip: libxml2 2.7.1+ required");
?>
--FILE--
-<?php
+<?php
/* $Id$ */
$xw = xmlwriter_open_memory();