summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2009-12-15 00:37:43 +0000
committerFelipe Pena <felipe@php.net>2009-12-15 00:37:43 +0000
commitc00a91a024acb88e74a9372cb7e610746f194313 (patch)
treec90e12467a71e06c09b97def3a149afa9bd569df
parent286f36e702419f51822de9e00c2536e08b24113d (diff)
downloadphp-git-c00a91a024acb88e74a9372cb7e610746f194313.tar.gz
- Added SKIPIF
-rw-r--r--ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt b/ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt
index 9e4a82b5ce..efcb2e7bcc 100644
--- a/ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt
+++ b/ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt
@@ -1,5 +1,9 @@
--TEST--
Testing several callbacks using PDO::FETCH_FUNC
+--SKIPIF--
+<?php
+if (!extension_loaded('pdo_sqlite')) print 'skip not loaded';
+?>
--FILE--
<?php