mirror of
https://github.com/elyby/accounts.git
synced 2024-11-09 23:12:20 +05:30
28 lines
638 B
YAML
28 lines
638 B
YAML
namespace: tests\codeception\api
|
|
actor: Tester
|
|
paths:
|
|
tests: .
|
|
log: _output
|
|
data: _data
|
|
helpers: _support
|
|
settings:
|
|
bootstrap: _bootstrap.php
|
|
suite_class: \PHPUnit_Framework_TestSuite
|
|
colors: true
|
|
memory_limit: 1024M
|
|
log: true
|
|
config:
|
|
test_entry_url: http://localhost/api/web/index.php
|
|
coverage:
|
|
enabled: true
|
|
remote: true
|
|
whitelist:
|
|
include:
|
|
- ../../../api/*
|
|
exclude:
|
|
- ../../../api/config/*
|
|
- ../../../api/mails/*
|
|
- ../../../api/web/*
|
|
- ../../../api/runtime/*
|
|
c3url: 'http://localhost/api/web/index.php'
|