mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
7 lines
103 B
PHP
Executable file
7 lines
103 B
PHP
Executable file
<?php
|
|
|
|
$CONNECTION = 'sqlite2::memory:';
|
|
|
|
$PDO_TESTS = dirname(__FILE__) . '/../../../pdo/tests/';
|
|
|
|
?>
|