summaryrefslogtreecommitdiff
path: root/tests/skipif.inc
diff options
context:
space:
mode:
authorStefan Esser2010-02-21 11:44:54 +0100
committerStefan Esser2010-02-21 11:44:54 +0100
commit36dbfacbe64697d959f524e537b15b73c090d898 (patch)
treef1c7ce1409b0e7765fc72d550546967fcf0f9717 /tests/skipif.inc
Inital commit
Diffstat (limited to 'tests/skipif.inc')
-rw-r--r--tests/skipif.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/skipif.inc b/tests/skipif.inc
new file mode 100644
index 0000000..fd0598c
--- /dev/null
+++ b/tests/skipif.inc
@@ -0,0 +1,4 @@
1<?php
2if(!extension_loaded("suhosin"))
3 print "skip - SUHOSIN extension not available";
4?>