forked from the-events-calendar/event-tickets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodeception.dist.yml
More file actions
27 lines (27 loc) · 768 Bytes
/
codeception.dist.yml
File metadata and controls
27 lines (27 loc) · 768 Bytes
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
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
params:
# read dynamic configuration parameters from the .env file
- .env
extensions:
enabled:
- tad\WPBrowser\Extension\Events
commands:
- 'Codeception\Command\GenerateWPUnit'
- 'Codeception\Command\GenerateWPRestApi'
- 'Codeception\Command\GenerateWPRestController'
- 'Codeception\Command\GenerateWPRestPostTypeController'
- 'Codeception\Command\GenerateWPAjax'
- 'Codeception\Command\GenerateWPCanonical'
- 'Codeception\Command\GenerateWPXMLRPC'
snapshot:
refresh: true