Use right namespace for service definition

This commit is contained in:
Alan Poulain
2019-03-21 18:11:56 +01:00
committed by Kamil Kokot
parent 47ecdcc9a0
commit 6b6b9980b1

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%"