forked from the-events-calendar/the-events-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codeception.dist.yml
32 lines (32 loc) · 1 KB
/
codeception.dist.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
actor: Tester
bootstrap: _bootstrap.php
paths:
tests: tests
log: tests/_output
data: tests/_data
helpers: tests/_support
wp_root: "%WP_ROOT_FOLDER%"
settings:
colors: true
memory_limit: 1024M
api:
ea_license: YOUR_EA_LICENSE
params:
# read dynamic configuration parameters from the .env file
- .env
extensions:
enabled:
- Tribe\Test\Codeception\Extensions\Function_Mocker
- tad\WPBrowser\Extension\Events
config:
Tribe\Test\Codeception\Extensions\Function_Mocker:
suites: [ 'views_integration', 'views_widgets' ]
initFile: tests/_function-mocker-bootstrap.php
commands:
- 'Codeception\Command\GenerateWPUnit'
- 'Codeception\Command\GenerateWPRestApi'
- 'Codeception\Command\GenerateWPRestController'
- 'Codeception\Command\GenerateWPRestPostTypeController'
- 'Codeception\Command\GenerateWPAjax'
- 'Codeception\Command\GenerateWPCanonical'
- 'Codeception\Command\GenerateWPXMLRPC'