All kinds of new stuff for Codeception, which isn't working at ALL

This commit is contained in:
James Cole
2014-12-06 19:47:43 +01:00
parent dbc95dd878
commit 07610ae8fb
21 changed files with 2247 additions and 17 deletions

View File

@@ -9,9 +9,23 @@ settings:
colors: true
memory_limit: 1024M
modules:
config:
Db:
dsn: ''
user: ''
password: ''
dump: tests/_data/dump.sql
config:
Db:
dsn: 'sqlite:tests/_data/testing.sqlite'
user: ''
password: ''
dump:
cleanup: false
populate: false
coverage:
enabled: true
whitelist:
include:
- app/*
exclude:
- app/storage/*
blacklist:
include:
- app/controllers/*
exclude:
- app/controllers/BaseController.php