forked from K-Phoen/rulerz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat.yml
32 lines (30 loc) · 1.3 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:
formatters:
progress: true
autoload:
'': '%paths.base%/tests/features/bootstrap'
suites:
array:
paths: [ %paths.base%/tests/features/common, %paths.base%/features/operators, %paths.base%/tests/features/array ]
contexts: [ ArrayContext ]
doctrine_dbal:
paths: [ %paths.base%/tests/features/common ]
contexts: [ DoctrineDBALContext ]
doctrine_orm:
paths: [ %paths.base%/tests/features/common, %paths.base%/tests/features/operators, %paths.base%/tests/features/doctrine_orm ]
contexts: [ DoctrineOrmContext ]
elasticsearch:
paths: [ %paths.base%/tests/features/common ]
contexts: [ ElasticsearchContext ]
elastica:
paths: [ %paths.base%/tests/features/common ]
contexts: [ ElasticaContext ]
eloquent:
paths: [ %paths.base%/tests/features/common, %paths.base%/tests/features/operators ]
contexts: [ EloquentContext ]
pomm:
paths: [ %paths.base%/tests/features/common ]
contexts: [ PommContext ]
solr:
paths: [ %paths.base%/tests/features/common, %paths.base%/tests/features/solr ]
contexts: [ SolariumContext ]