Initial codeception installation.

This commit is contained in:
James Cole
2015-07-03 08:15:30 +02:00
parent ab25edd37a
commit 24e7c68243
19 changed files with 2507 additions and 0 deletions

21
codeception.yml Normal file
View File

@@ -0,0 +1,21 @@
actor: Tester
paths:
tests: tests
log: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
settings:
bootstrap: _bootstrap.php
colors: true
memory_limit: 1024M
extensions:
enabled:
- Codeception\Extension\RunFailed
modules:
config:
Db:
dsn: ''
user: ''
password: ''
dump: tests/_data/dump.sql