PSR12
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/** DomFramework - Tests
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
@@ -6,8 +7,9 @@
|
||||
*/
|
||||
|
||||
namespace Domframework\Tests;
|
||||
|
||||
$conf = array (
|
||||
"database"=> array (
|
||||
"database" => array (
|
||||
"dsn" => "sqlite:/tmp/database.db",
|
||||
"username" => null,
|
||||
"password" => null,
|
||||
|
||||
Reference in New Issue
Block a user