Первая фиксация (часть)

This commit is contained in:
RedHood
2020-12-06 00:59:46 +10:00
parent ec6f2357df
commit f94989c28c
22 changed files with 1025 additions and 0 deletions

27
codeception.yml Normal file
View File

@@ -0,0 +1,27 @@
actor: Tester
bootstrap: _bootstrap.php
paths:
tests: tests
log: 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/*