summaryrefslogtreecommitdiff
path: root/tests/skipif.inc
diff options
context:
space:
mode:
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..ce51bec
--- /dev/null
+++ b/tests/skipif.inc
@@ -0,0 +1,4 @@
1<?php
2if(!extension_loaded("suhosin7"))
3 print "skip - SUHOSIN7 extension not available";
4?>