summaryrefslogtreecommitdiff
path: root/ext/sqlite/tests/sqlite_oo_001.phpt
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2010-11-19 09:55:48 +0000
committerJohannes Schlüter <johannes@php.net>2010-11-19 09:55:48 +0000
commit6c76f3606cddeb010cf1fc5ea28b47456ea9639e (patch)
tree73c1b306cd449f571f2b28793cfac1de673b7fad /ext/sqlite/tests/sqlite_oo_001.phpt
parent4cc45507da8164847708c26bfdf0840419a166fc (diff)
downloadphp-git-6c76f3606cddeb010cf1fc5ea28b47456ea9639e.tar.gz
- Move the old sqlite extension to PECL
# discussed in http://www.mail-archive.com/internals@lists.php.net/msg47463.html
Diffstat (limited to 'ext/sqlite/tests/sqlite_oo_001.phpt')
-rwxr-xr-xext/sqlite/tests/sqlite_oo_001.phpt17
1 files changed, 0 insertions, 17 deletions
diff --git a/ext/sqlite/tests/sqlite_oo_001.phpt b/ext/sqlite/tests/sqlite_oo_001.phpt
deleted file mode 100755
index 672ddb17b6..0000000000
--- a/ext/sqlite/tests/sqlite_oo_001.phpt
+++ /dev/null
@@ -1,17 +0,0 @@
---TEST--
-sqlite-oo: sqlite_open/close
---INI--
-sqlite.assoc_case=0
---SKIPIF--
-<?php if (!extension_loaded("sqlite")) print "skip"; ?>
---FILE--
-<?php
-require_once('blankdb_oo.inc');
-var_dump($db);
-$db = NULL;
-echo "Done\n";
-?>
---EXPECTF--
-object(SQLiteDatabase)#%d (0) {
-}
-Done