diff options
Diffstat (limited to 'tests/modules/orm/files/config.php')
-rw-r--r-- | tests/modules/orm/files/config.php | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/tests/modules/orm/files/config.php b/tests/modules/orm/files/config.php index 78c9a88..41f44e8 100644 --- a/tests/modules/orm/files/config.php +++ b/tests/modules/orm/files/config.php @@ -1,7 +1,9 @@ -<?php return array ( - 'orm' => - array ( - 'connection' => 'sqlite:C:\\Users\\Dracony\\Documents\\GitHub\\PHPixie\\tests\\modules\\orm./files/test.sqlite', - 'driver' => 'pdo', - ), -);
\ No newline at end of file +<?php + +return array( + 'orm' => + array( + 'connection' => 'sqlite:C:\\Users\\Dracony\\Documents\\GitHub\\PHPixie\\tests\\modules\\orm./files/test.sqlite', + 'driver' => 'pdo', + ), +); |