bug #78 Use right namespace for service definition (alanpoulain)

This PR was merged into the 2.0 branch.

Discussion
----------



Commits
-------

6b6b9980b1 Use right namespace for service definition
This commit is contained in:
Kamil Kokot
2019-03-23 00:21:30 +01:00
committed by GitHub

View File

@@ -93,7 +93,7 @@ If you're not, you need to register your context as a public service and define
# app/config/config_test.yml (Symfony 3) # app/config/config_test.yml (Symfony 3)
services: services:
App\Tests\DemoContext: App\Tests\Behat\DemoContext:
public: true public: true
arguments: arguments:
- "@kernel" - "@kernel"
@@ -139,7 +139,7 @@ If you're not, you need to register your context as a public service and define
# app/config/config_test.yml (Symfony 3) # app/config/config_test.yml (Symfony 3)
services: services:
App\Tests\DemoContext: App\Tests\Behat\DemoContext:
public: true public: true
arguments: arguments:
- "%kernel.environment%" - "%kernel.environment%"