forked from coopcycle/coopcycle-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbehat.yml
executable file
·32 lines (32 loc) · 1.14 KB
/
behat.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
default:
calls:
error_reporting: 16383 # E_ALL & ~E_USER_DREPRECATED
suites:
default:
contexts:
- FeatureContext:
doctrine: "@doctrine"
phoneNumberUtil: "@libphonenumber\\PhoneNumberUtil"
fixturesLoader: "@fidry_alice_data_fixtures.loader.doctrine"
settingsManager: "@coopcycle.settings_manager"
orderTimelineCalculator: "@coopcycle.order_timeline_calculator"
userManipulator: "@fos_user.util.user_manipulator"
authorizationServer: "@league.oauth2.server.authorization_server"
redis: "@snc_redis.default"
iriConverter: "@api_platform.iri_converter"
httpMessageFactory: "@sensio_framework_extra.psr7.http_message_factory"
tile38: "@snc_redis.tile38"
- Behat\MinkExtension\Context\MinkContext
- Behatch\Context\RestContext
- Behatch\Context\JsonContext
extensions:
Behat\Symfony2Extension:
kernel:
env: "test"
debug: "true"
Behat\MinkExtension:
default_session: "default"
sessions:
default:
symfony2: ~
Behatch\Extension: ~