php-src/ext/pdo_sqlite/tests/connection.inc
2005-02-26 15:41:54 +00:00

7 lines
99 B
PHP
Executable file

<?php
$CONNECTION = 'sqlite::memory:';
$PDO_TESTS = dirname(__FILE__) . '/../../pdo/tests/';
?>