Add Codeception testing suite

This commit is contained in:
Flavio Copes
2016-10-13 16:36:52 +02:00
parent c284c8a26c
commit d4be41f0bd
8 changed files with 160 additions and 0 deletions

18
codeception.yml Normal file
View File

@@ -0,0 +1,18 @@
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
# - Codeception\Extension\Recorder
modules:
config: