/
Ladlen
/
news2
Обзор
Документация
Войти
/
Ladlen
/
news2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
codeception.yml
37 строк
806 B
Dolgov Dmitriy
first commit
05 июн 2017, 01:55
05 июн 2017, 01:55
83ac29b
Код
Авторство
О чём код?
actor: Tester 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' cleanup: false # To enable code coverage: #coverage: # #c3_url: http://localhost:8080/index-test.php/ # enabled: true # #remote: true # #remote_config: '../tests/codeception.yml' # whitelist: # include: # - models/* # - controllers/* # - commands/* # - mail/* # blacklist: # include: # - assets/* # - config/* # - runtime/* # - vendor/* # - views/* # - web/* # - tests/*