From: Wez Furlong Date: Wed, 6 Jul 2005 06:08:53 +0000 (+0000) Subject: Add a redirect test to run the common pdo core tests against the sqlite X-Git-Tag: php-5.1.0b3~169 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b610aba353f25ae930a90b1acba8f7df7d4189e;p=php Add a redirect test to run the common pdo core tests against the sqlite driver --- diff --git a/ext/pdo_sqlite/tests/common.phpt b/ext/pdo_sqlite/tests/common.phpt new file mode 100644 index 0000000000..65ea0c96f4 --- /dev/null +++ b/ext/pdo_sqlite/tests/common.phpt @@ -0,0 +1,12 @@ +--TEST-- +SQLite +--SKIPIF-- + +--REDIRECTTEST-- +return array( + 'ENV' => array( + 'PDOTEST_DSN' => 'sqlite::memory:' + ), + 'TESTS' => 'ext/pdo/tests' + );