firefly-iii/codeception.yml

23 lines
411 B
YAML
Raw Normal View History

2014-11-26 14:31:12 -06:00
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:
coverage:
enabled: true
2014-12-15 23:48:53 -06:00
remote: false
2014-12-06 14:48:23 -06:00
whitelist:
include:
- app/controllers/*
2014-12-06 14:48:23 -06:00
- app/models/*
- app/lib/FireflyIII/*
exclude:
2015-01-01 23:24:48 -06:00
- app/controllers/BaseController.php