mirror of
https://github.com/php/php-src.git
synced 2026-04-22 23:48:14 +02:00
8 lines
103 B
PHP
Executable File
8 lines
103 B
PHP
Executable File
<?php
|
|
|
|
$CONNECTION = 'sqlite2::memory:';
|
|
|
|
$PDO_TESTS = dirname(__FILE__) . '/../../../pdo/tests/';
|
|
|
|
?>
|