diff options
Diffstat (limited to 'ext/dbx/tests/003.phpt')
-rw-r--r-- | ext/dbx/tests/003.phpt | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/ext/dbx/tests/003.phpt b/ext/dbx/tests/003.phpt index fd0463f04e..76fda4caf2 100644 --- a/ext/dbx/tests/003.phpt +++ b/ext/dbx/tests/003.phpt @@ -2,14 +2,8 @@ dbx_connect --SKIPIF-- <?php - if (!extension_loaded("dbx")) print("skip"); - else { - include_once("dbx_test.p"); - if ($connection===NULL) print("skip"); - } +include_once("skipif.inc"); ?> ---POST-- ---GET-- --FILE-- <?php include_once("dbx_test.p"); |