1
0
www.mikescher.com/www/protected/extensions/bootstrap/codeception.yml

15 lines
296 B
YAML
Raw Normal View History

2014-05-13 14:06:18 +02:00
paths:
tests: tests
log: tests/_log
data: tests/_data
helpers: tests/_helpers
settings:
bootstrap: _bootstrap.php
suite_class: \PHPUnit_Framework_TestSuite
colors: false
memory_limit: 1024M
log: true
coverage:
enabled: true
include:
- helpers/*