summaryrefslogtreecommitdiff
path: root/ext/xmlwriter/tests/OO_008.phpt
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2005-12-12 21:21:36 +0000
committerAntony Dovgal <tony2001@php.net>2005-12-12 21:21:36 +0000
commit762842ee30537c780cf7932348fe966c5e9043a8 (patch)
tree9d7437bc0c79520de9b74b9ff342f173e80f2646 /ext/xmlwriter/tests/OO_008.phpt
parent7a44f346a307929f698fb5a4e31d8b473d1eecd4 (diff)
downloadphp-git-762842ee30537c780cf7932348fe966c5e9043a8.tar.gz
MF51: fix tests and their skip conditions
Diffstat (limited to 'ext/xmlwriter/tests/OO_008.phpt')
-rw-r--r--ext/xmlwriter/tests/OO_008.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/xmlwriter/tests/OO_008.phpt b/ext/xmlwriter/tests/OO_008.phpt
index ee555986ff..fe127ced2f 100644
--- a/ext/xmlwriter/tests/OO_008.phpt
+++ b/ext/xmlwriter/tests/OO_008.phpt
@@ -3,7 +3,6 @@ XMLWriter: libxml2 XML Writer DTD Element & Attlist
--SKIPIF--
<?php
if (!extension_loaded("xmlwriter")) die("skip");
-if (!function_exists("$xw->start_comment")) die("skip: libxml2 2.6.7+ required");
?>
--FILE--
<?php