Files
DomFramework/Tests/configuration.php
2022-11-25 21:21:30 +01:00

20 lines
365 B
PHP

<?php
/** DomFramework - Tests
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
namespace Domframework\Tests;
$conf = array (
"database" => array (
"dsn" => "sqlite:/tmp/database.db",
"username" => null,
"password" => null,
"driver_options" => null,
"tableprefix" => "",
),
);