-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodeception.yml
59 lines (52 loc) · 1.58 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
namespace: ValanticSprykerTest
include:
- tests/ValanticSprykerTest/*
exclude:
- src/ValanticSpryker/*Factory.php
- src/ValanticSpryker/*DependencyProvider.php
- src/ValanticSpryker/*Config.php
- src/ValanticSpryker/*Stub.php
- src/ValanticSpryker/*Repository.php
- src/ValanticSpryker/*EntityManager.php
settings:
shuffle: false
lint: true
bootstrap: _bootstrap.php
paths:
tests: tests
output: tests/_output
support: tests/_support
data: tests/_data
coverage:
enabled: true
show_uncovered: true
whitelist:
include:
- src/ValanticSpryker/*.php
exclude:
- src/ValanticSpryker/*Factory.php
- src/ValanticSpryker/*DependencyProvider.php
- src/ValanticSpryker/*Config.php
- src/ValanticSpryker/*Stub.php
- src/ValanticSpryker/*Repository.php
- src/ValanticSpryker/*EntityManager.php
modules:
enabled:
- \FondOfCodeception\Module\Spryker
config:
\FondOfCodeception\Module\Spryker:
generate_transfer: true
generate_map_classes: true
generate_propel_classes: true
generate_ide_auto_completion: true
env:
standalone:
modules:
enabled:
- \FondOfCodeception\Module\Spryker
config:
\FondOfCodeception\Module\Spryker:
generate_transfer: true
generate_map_classes: true
generate_propel_classes: true
generate_ide_auto_completion: true