/
kano2711
/
perfectPanel
Обзор
Документация
Войти
/
kano2711
/
perfectPanel
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
api-test/codeception.yml
27 строк
574 B
kano
комментарий создания проекта с развернутым и работающими api и бд
10 окт 2025, 19:54
10 окт 2025, 19:54
a8257ae
Код
Авторство
О чём код?
actor: Tester bootstrap: _bootstrap.php paths: tests: tests output: tests/_output data: tests/_data helpers: tests/_support settings: memory_limit: 1024M colors: true modules: config: Yii2: configFile: 'config/test.php' # To enable code coverage: #coverage: # #c3_url: http://localhost:8080/index-test.php/ # enabled: true # #remote: true # #remote_config: '../codeception.yml' # whitelist: # include: # - models/* # - controllers/* # - commands/* # - mail/*