partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 89bfedc60159876b9999d677d3848d9b3750d15c
parent 73597171203ec311e23355f12d07be3306fdc52e
Author: Felicitus <felicitus@felicitus.org>
Date:   Sun,  1 Feb 2015 18:34:08 +0100

Created sqlite doctrine configuration for the test environment

Diffstat:
Mapp/config/config_test.yml | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/app/config/config_test.yml b/app/config/config_test.yml @@ -13,3 +13,8 @@ web_profiler: intercept_redirects: false +doctrine: + dbal: + driver: pdo_sqlite + charset: UTF8 + memory: true+ \ No newline at end of file