Skip to content

Commit

Permalink
Add testing config
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanmac committed Oct 28, 2014
1 parent 38c32a7 commit 224887c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions codeception.yml
@@ -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

0 comments on commit 224887c

Please sign in to comment.