설치 테스트 추가

This commit is contained in:
bnu 2015-04-16 15:12:08 +09:00
parent 0d24de74d3
commit b07cd5f596
11 changed files with 2157 additions and 8 deletions

View file

@ -11,8 +11,9 @@ settings:
modules:
config:
Db:
dsn: ''
user: ''
password: ''
dump: tests/_data/dump.sql
dsn: 'mysql:host=127.0.0.1;dbname=xe_test'
user: 'root'
password: 'root'
populate: false
cleanup: false
error_level: "E_STRICTE_ALL & ~E_WARNING & ~E_STRICT & ~E_DEPRECATED & ~E_NOTICE"