We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31e10f commit ad841d3Copy full SHA for ad841d3
tests/Fixtures/app/config/config_behat_mercure.yml
@@ -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
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
0 commit comments