forked from theofidry/AliceBundleExtension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbehat.yml
26 lines (25 loc) · 1002 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
default:
autoload:
'': %paths.base%/tests/Features/bootstrap
suites:
orm_context:
paths: [ %paths.base%/tests/Features/ORM ]
contexts:
- ORMFeatureContext
- Fidry\AliceBundleExtension\Context\Doctrine\AliceORMContext:
basePath: %paths.base%/tests/Features/fixtures/ORM
odm_context:
paths: [ %paths.base%/tests/Features/ODM ]
contexts:
- ODMFeatureContext
- Fidry\AliceBundleExtension\Context\Doctrine\AliceODMContext:
basePath: %paths.base%/tests/Features/fixtures/ODM
extensions:
Behat\Symfony2Extension:
kernel:
env: test
debug: true
path: tests/Functional/AppKernel.php
bootstrap: tests/Functional/autoload.php
Fidry\AliceBundleExtension\Extension:
fixtures_base_path: %paths.base%/tests/Features/fixtures