summaryrefslogtreecommitdiff
path: root/ext/dbx/tests/skipif.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dbx/tests/skipif.inc')
-rw-r--r--ext/dbx/tests/skipif.inc6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/dbx/tests/skipif.inc b/ext/dbx/tests/skipif.inc
deleted file mode 100644
index 1dffdc6d22..0000000000
--- a/ext/dbx/tests/skipif.inc
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
- if (!extension_loaded("dbx")) die("skip");
- include_once("dbx_test.p");
- if ($connection===NULL) die("skip connection not specified");
- die("info using $module_name");
-?> \ No newline at end of file