* @license BSD */ namespace Domframework\Tests; $conf = [ "database" => [ "dsn" => "sqlite:/tmp/database.db", "username" => null, "password" => null, "driver_options" => null, "tableprefix" => "", ], ];