2019-03-17 23:50:15 -04:00
|
|
|
paths:
|
|
|
|
|
tests: tests
|
|
|
|
|
output: tests/_output
|
|
|
|
|
data: tests/_data
|
|
|
|
|
support: tests/_support
|
|
|
|
|
envs: tests/_envs
|
|
|
|
|
actor_suffix: Tester
|
2019-04-02 14:00:15 -04:00
|
|
|
settings:
|
|
|
|
|
colors: true
|
|
|
|
|
memory_limit: 1024M
|
|
|
|
|
coverage:
|
|
|
|
|
enabled: true
|
|
|
|
|
whitelist:
|
|
|
|
|
include:
|
|
|
|
|
- wp-graphql-woocommerce.php
|
2019-04-06 15:59:25 -04:00
|
|
|
- access-functions.php
|
2019-04-28 18:36:41 -04:00
|
|
|
- class-inflect.php
|
2019-05-11 01:10:05 -04:00
|
|
|
- includes/*.php
|
2019-03-17 23:50:15 -04:00
|
|
|
extensions:
|
|
|
|
|
enabled:
|
|
|
|
|
- Codeception\Extension\RunFailed
|
|
|
|
|
commands:
|
|
|
|
|
- Codeception\Command\GenerateWPUnit
|
|
|
|
|
- Codeception\Command\GenerateWPRestApi
|
|
|
|
|
- Codeception\Command\GenerateWPRestController
|
|
|
|
|
- Codeception\Command\GenerateWPRestPostTypeController
|
|
|
|
|
- Codeception\Command\GenerateWPAjax
|
|
|
|
|
- Codeception\Command\GenerateWPCanonical
|
|
|
|
|
- Codeception\Command\GenerateWPXMLRPC
|
|
|
|
|
params:
|
|
|
|
|
- .env
|