Installed codeception.

This commit is contained in:
James Cole
2014-11-26 21:31:12 +01:00
parent 72068a4b78
commit 1f7c98bdcf
17 changed files with 2334 additions and 1 deletions

17
codeception.yml Normal file
View File

@@ -0,0 +1,17 @@
actor: Tester
paths:
tests: tests
log: tests/_output
data: tests/_data
helpers: tests/_support
settings:
bootstrap: _bootstrap.php
colors: true
memory_limit: 1024M
modules:
config:
Db:
dsn: ''
user: ''
password: ''
dump: tests/_data/dump.sql