| 12345678910111213141516171819202122232425262728293031 |
- actor: Tester
- # To enable code coverage:
- #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:
- tests: tests
- log: tests/_output
- data: tests/_data
- helpers: tests/_support
- settings:
- bootstrap: _bootstrap.php
- memory_limit: 1024M
- colors: true
|