-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbehat.yml
executable file
·30 lines (29 loc) · 903 Bytes
/
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
default:
calls:
error_reporting: 16383 # E_ALL & ~E_USER_DREPRECATED
suites:
default:
type: symfony_bundle
bundle: AppBundle
contexts:
- FeatureContext:
doctrine: "@doctrine"
- AppBundle\Features\Context\BaseContext:
- AppBundle\Features\Context\MysqlDatabaseContext:
em: "@doctrine.orm.entity_manager"
- AppBundle\Features\Context\RestApiContext:
client: "@guzzle.client.local_test_api"
- AppBundle\Features\Context\WidgetSetupContext:
em: "@doctrine.orm.entity_manager"
clock: "@crv.clock"
widgetFactory: "@crv.factory.widget"
- AppBundle\Features\Context\TimeContext:
clock: "@crv.clock"
extensions:
Behat\Symfony2Extension:
kernel:
env: "acceptance"
debug: "true"
formatters:
pretty:
paths: false