diff options
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/db/tests/001.phpt | 2 | ||||
| -rw-r--r-- | ext/db/tests/002.phpt | 2 | ||||
| -rw-r--r-- | ext/db/tests/003.phpt | 2 | ||||
| -rw-r--r-- | ext/db/tests/004.phpt | 2 | ||||
| -rw-r--r-- | ext/db/tests/005.phpt | 2 | ||||
| -rw-r--r-- | ext/db/tests/006.phpt | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/ext/db/tests/001.phpt b/ext/db/tests/001.phpt index 9792bfef35..ea95d3d70a 100644 --- a/ext/db/tests/001.phpt +++ b/ext/db/tests/001.phpt @@ -1,5 +1,7 @@ --TEST-- DBM File Creation Test +--SKIPIF-- +<?php if (!extension_loaded("db")) print "skip"; ?> --POST-- --GET-- --FILE-- diff --git a/ext/db/tests/002.phpt b/ext/db/tests/002.phpt index 99e66e9568..d0bc710f08 100644 --- a/ext/db/tests/002.phpt +++ b/ext/db/tests/002.phpt @@ -1,5 +1,7 @@ --TEST-- DBM Insert/Fetch Test +--SKIPIF-- +<?php if (!extension_loaded("db")) print "skip"; ?> --POST-- --GET-- --FILE-- diff --git a/ext/db/tests/003.phpt b/ext/db/tests/003.phpt index ec639a02a7..319325c398 100644 --- a/ext/db/tests/003.phpt +++ b/ext/db/tests/003.phpt @@ -1,5 +1,7 @@ --TEST-- DBM Insert/Replace/Fetch Test +--SKIPIF-- +<?php if (!extension_loaded("db")) print "skip"; ?> --POST-- --GET-- --FILE-- diff --git a/ext/db/tests/004.phpt b/ext/db/tests/004.phpt index 561bd0be63..1becfcfdcd 100644 --- a/ext/db/tests/004.phpt +++ b/ext/db/tests/004.phpt @@ -1,5 +1,7 @@ --TEST-- DBM Multiple Insert/Fetch Test +--SKIPIF-- +<?php if (!extension_loaded("db")) print "skip"; ?> --POST-- --GET-- --FILE-- diff --git a/ext/db/tests/005.phpt b/ext/db/tests/005.phpt index 90ca126272..de33201883 100644 --- a/ext/db/tests/005.phpt +++ b/ext/db/tests/005.phpt @@ -1,5 +1,7 @@ --TEST-- DBM FirstKey/NextKey Loop Test With 5 Items +--SKIPIF-- +<?php if (!extension_loaded("db")) print "skip"; ?> --POST-- --GET-- --FILE-- diff --git a/ext/db/tests/006.phpt b/ext/db/tests/006.phpt index 3654095a59..3428ce3948 100644 --- a/ext/db/tests/006.phpt +++ b/ext/db/tests/006.phpt @@ -1,5 +1,7 @@ --TEST-- DBM FirstKey/NextKey with 2 deletes +--SKIPIF-- +<?php if (!extension_loaded("db")) print "skip"; ?> --POST-- --GET-- --FILE-- |
