Skip to content

Commit ad841d3

Browse files
committed
fix
1 parent c31e10f commit ad841d3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
services:
2+
_defaults:
3+
autowire: true
4+
autoconfigure: true
5+
6+
ApiPlatform\Tests\Behat\CommandContext:
7+
$driverContainer: '@behat.driver.service_container'
8+
ApiPlatform\Tests\Behat\DoctrineContext:
9+
$doctrine: '@doctrine'
10+
ApiPlatform\Tests\Behat\HttpCacheContext: ~
11+
ApiPlatform\Tests\Behat\HydraContext: ~
12+
ApiPlatform\Tests\Behat\JsonApiContext:
13+
$doctrine: '@doctrine'
14+
$jsonApiSchemaFile: '%kernel.project_dir%/../JsonSchema/jsonapi.json'
15+
ApiPlatform\Tests\Behat\JsonHalContext:
16+
$schemaFile: '%kernel.project_dir%/../JsonHal/jsonhal.json'
17+
ApiPlatform\Tests\Behat\MercureContext:
18+
$driverContainer: '@behat.driver.service_container'

0 commit comments

Comments
 (0)