summaryrefslogtreecommitdiff
path: root/ext/filter/tests/033.phpt
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-12-19 14:16:08 +0000
committerAntony Dovgal <tony2001@php.net>2006-12-19 14:16:08 +0000
commit7a965d5b5fcb8de1b101bdae133122500a269c1f (patch)
tree453cc179c9761371fefba11c6558c8c2d81d608f /ext/filter/tests/033.phpt
parent884fb55a297d1f5489f9f861f176fa439499891e (diff)
downloadphp-git-7a965d5b5fcb8de1b101bdae133122500a269c1f.tar.gz
add missing SKIPIF sections
Diffstat (limited to 'ext/filter/tests/033.phpt')
-rw-r--r--ext/filter/tests/033.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/filter/tests/033.phpt b/ext/filter/tests/033.phpt
index 2a679d50c1..fc0bd2687d 100644
--- a/ext/filter/tests/033.phpt
+++ b/ext/filter/tests/033.phpt
@@ -1,5 +1,7 @@
--TEST--
Test all filters returned by filter_list()
+--SKIPIF--
+<?php if (!extension_loaded("filter")) die("skip"); ?>
--FILE--
<?php
include dirname(__FILE__) . '/033_run.inc';