mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 23:56:29 +03:00
18 lines
514 B
YAML
18 lines
514 B
YAML
services:
|
|
_defaults:
|
|
autowire: true
|
|
autoconfigure: true
|
|
RestContextFr\RestContextFr:
|
|
public: true
|
|
arguments:
|
|
$request: '@behatch.http_call.request'
|
|
$httpCallResultPool: '@behatch.http_call.result_pool'
|
|
behatch.http_call.request:
|
|
class: Behatch\HttpCall\Request
|
|
arguments:
|
|
- '@behat.mink'
|
|
public: false
|
|
behatch.http_call.result_pool:
|
|
class: Behatch\HttpCall\HttpCallResultPool
|
|
public: false
|