yii2-netdisk/codeception.yml

31 lines
734 B
YAML
Raw Normal View History

actor: Tester
2016-07-15 02:03:28 +08:00
# To enable code coverage:
2014-12-11 02:44:27 +08:00
#coverage:
# #c3_url: http://localhost:8080/index-test.php/
# enabled: true
# #remote: true
# #remote_config: '../tests/codeception.yml'
# white_list:
# include:
# - ../models/*
# - ../controllers/*
# - ../commands/*
# - ../mail/*
# blacklist:
# include:
# - ../assets/*
# - ../config/*
# - ../runtime/*
# - ../vendor/*
# - ../views/*
# - ../web/*
# - ../tests/*
paths:
2016-07-15 02:03:28 +08:00
tests: tests
log: tests/_output
data: tests/_data
helpers: tests/_support
settings:
bootstrap: _bootstrap.php
memory_limit: 1024M
2016-07-15 02:03:28 +08:00
colors: true