mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00
7 lines
99 B
PHP
Executable file
7 lines
99 B
PHP
Executable file
<?php
|
|
|
|
$CONNECTION = 'sqlite::memory:';
|
|
|
|
$PDO_TESTS = dirname(__FILE__) . '/../../pdo/tests/';
|
|
|
|
?>
|