| 1 |
paths: |
| 2 |
tests: tests |
| 3 |
output: tests/_output |
| 4 |
data: tests/_data |
| 5 |
support: tests/_support |
| 6 |
envs: tests/_envs |
| 7 |
actor_suffix: Tester |
| 8 |
extensions: |
| 9 |
enabled: |
| 10 |
- Codeception\Extension\RunFailed |
| 11 |
commands: |
| 12 |
- Codeception\Command\GenerateWPUnit |
| 13 |
- Codeception\Command\GenerateWPRestApi |
| 14 |
- Codeception\Command\GenerateWPRestController |
| 15 |
- Codeception\Command\GenerateWPRestPostTypeController |
| 16 |
- Codeception\Command\GenerateWPAjax |
| 17 |
- Codeception\Command\GenerateWPCanonical |
| 18 |
- Codeception\Command\GenerateWPXMLRPC |
| 19 |
params: |
| 20 |
- .env |
| 21 |
|