-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbehat.yml
27 lines (27 loc) · 1014 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
# bin/behat
default:
autoload:
'': '%paths.base%/src'
extensions:
Behat\Symfony2Extension:
kernel:
env: 'test'
Behat\MinkExtension:
default_session: 'symfony2'
sessions:
symfony2:
symfony2: ~
files_path: '%paths.base%/src/ApplicationBundle/Resources/fixtures/files'
suites:
application:
type: 'symfony_bundle'
bundle: 'AppbuildApplicationBundle'
paths: [ '%paths.base%/src/ApplicationBundle/Features' ]
contexts:
- 'LinkValue\Appbuild\ApplicationBundle\Features\Context\ApplicationIntegrationContext':
manager: '@doctrine.orm.entity_manager'
router: '@router'
session: '@session'
tokenStorage: '@security.token_storage'
filesystem: '@filesystem'
- 'Behat\MinkExtension\Context\MinkContext'