]> granicus.if.org Git - php/commitdiff
fix test
authorAntony Dovgal <tony2001@php.net>
Sat, 29 Dec 2007 10:32:52 +0000 (10:32 +0000)
committerAntony Dovgal <tony2001@php.net>
Sat, 29 Dec 2007 10:32:52 +0000 (10:32 +0000)
ext/standard/tests/network/http-stream.phpt

index 3db3eb372f6af048fbc6baba0fd3663d6da97ca1..9ed9ef24bdaf4159eaaebd06f2587314525af0de 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 http-stream test
+--SKIPIF--
+<?php if (!extension_loaded("dom")) die("skip dom extension is not present"); ?>
 --FILE--
 <?php
 $d = new DomDocument;