yii2-netdisk/codeception.yml

36 lines
812 B
YAML
Raw Normal View History

actor: Tester
2016-07-16 09:13:51 +08:00
paths:
tests: tests
log: tests/_output
data: tests/_data
helpers: tests/_support
settings:
bootstrap: _bootstrap.php
memory_limit: 1024M
colors: true
modules:
config:
Yii2:
configFile: 'config/test.php'
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/*
2016-07-16 09:13:51 +08:00
# - ../tests/*