mirror of
https://github.com/php/php-src.git
synced 2026-04-25 17:08:14 +02:00
7 lines
98 B
PHP
Executable File
7 lines
98 B
PHP
Executable File
<?php
|
|
|
|
$CONNECTION = 'sqlite::memory:';
|
|
|
|
$PDO_TESTS = dirname(__FILE__) . '/../../pdo/tests/';
|
|
|
|
?>
|