1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

add codeception, update gitignore

This commit is contained in:
Mike Dugan
2014-12-22 08:28:01 -05:00
parent a0e8b98713
commit bf94197dcd
19 changed files with 4269 additions and 24 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