mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00
12 lines
223 B
PHP
12 lines
223 B
PHP
--TEST--
|
|
SQLite
|
|
--SKIPIF--
|
|
<?php # vim:ft=php
|
|
if (!extension_loaded('pdo_sqlite')) print 'skip'; ?>
|
|
--REDIRECTTEST--
|
|
return array(
|
|
'ENV' => array(
|
|
'PDOTEST_DSN' => 'sqlite::memory:'
|
|
),
|
|
'TESTS' => 'ext/pdo/tests'
|
|
);
|