mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
11 lines
176 B
PHP
11 lines
176 B
PHP
--TEST--
|
|
SQLite
|
|
--EXTENSIONS--
|
|
pdo_sqlite
|
|
--REDIRECTTEST--
|
|
return array(
|
|
'ENV' => array(
|
|
'PDOTEST_DSN' => 'sqlite::memory:'
|
|
),
|
|
'TESTS' => __DIR__ . '/ext/pdo/tests'
|
|
);
|