-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodeception.yml
63 lines (57 loc) · 1.29 KB
/
codeception.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
include:
- packages/activity-monitor/
- packages/application/
- packages/cache/
- packages/cache-symfony/
- packages/codeception/
- packages/config/
- packages/console/
- packages/event/
- packages/event-cache/
- packages/event-log/
- packages/finder/
- packages/finder-symfony/
- packages/filesystem/
- packages/filesystem-symfony/
- packages/http/
- packages/http-authentication/
- packages/http-league/
- packages/json-schema/
- packages/json-schema-opis/
- packages/kernel/
- packages/lock/
- packages/lock-symfony/
- packages/log/
- packages/log-monolog/
- packages/log-road-runner/
- packages/mail/
- packages/mail-swiftmailer/
- packages/process/
- packages/process-symfony/
- packages/queue/
- packages/queue-rabbit-mq/
- packages/road-runner/
- packages/scheduler/
- packages/serializer/
- packages/serializer-symfony/
- packages/transfer/
- packages/uuid/
- packages/uuid-ramsey/
suites:
unit:
path: .
settings:
shuffle: true
lint: true
bootstrap: _bootstrap.php
paths:
tests: tests
output: tests/_output
support: tests/_support
data: tests/_data
modules:
enabled:
- \Jellyfish\Codeception\Module\Jellyfish
config:
\Jellyfish\Codeception\Module\Jellyfish:
generate_transfer_classes: true