mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
33 lines
998 B
Plaintext
33 lines
998 B
Plaintext
default:
|
|
autoload:
|
|
'': '%paths.base%/tests/Behat/features'
|
|
suites:
|
|
default:
|
|
paths:
|
|
features: 'tests/Behat/features'
|
|
contexts:
|
|
- RestContextFr\RestContextFr
|
|
- Behat\MinkExtension\Context\MinkContext
|
|
- behatch:context:browser
|
|
- behatch:context:debug
|
|
- behatch:context:system
|
|
- behatch:context:json
|
|
- behatch:context:table
|
|
- behatch:context:rest
|
|
- behatch:context:xml
|
|
extensions:
|
|
Behat\Symfony2Extension:
|
|
kernel:
|
|
env: test
|
|
debug: true
|
|
bootstrap: config/bootstrap.php
|
|
path: src/Kernel.php
|
|
class: App\Kernel
|
|
Behat\MinkExtension:
|
|
base_url: "http://localhost/api"
|
|
sessions:
|
|
default:
|
|
symfony2: ~
|
|
Behatch\Extension: ~
|
|
|