diff options
author | Antony Dovgal <tony2001@php.net> | 2005-12-21 11:42:06 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2005-12-21 11:42:06 +0000 |
commit | c92ae847c78ba8b1ceba88755e5aca4412230608 (patch) | |
tree | 6d096eefbd5a5341aa8ba2c54295b3aa5e4954e1 /ext/oci8/tests | |
parent | 97200944d237cf10b9753356cbc956b38b2e1ee3 (diff) | |
download | php-git-c92ae847c78ba8b1ceba88755e5aca4412230608.tar.gz |
add missing skipif conditions
fix existing ones
Diffstat (limited to 'ext/oci8/tests')
-rw-r--r-- | ext/oci8/tests/cursor_bind.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/oci8/tests/cursor_bind.phpt b/ext/oci8/tests/cursor_bind.phpt index b89646b340..c2ce15cb38 100644 --- a/ext/oci8/tests/cursor_bind.phpt +++ b/ext/oci8/tests/cursor_bind.phpt @@ -1,5 +1,7 @@ --TEST-- bind and fetch cursor from a statement +--SKIPIF-- +<?php if (!extension_loaded('oci8')) die("skip no oci8 extension"); ?> --FILE-- <?php |