From 6b6b9980b1a8486db5ca3bead89b9c11fc320778 Mon Sep 17 00:00:00 2001 From: Alan Poulain Date: Thu, 21 Mar 2019 18:11:56 +0100 Subject: [PATCH] Use right namespace for service definition --- docs/02_usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/02_usage.md b/docs/02_usage.md index a886d1e..49ab5e6 100644 --- a/docs/02_usage.md +++ b/docs/02_usage.md @@ -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) services: - App\Tests\DemoContext: + App\Tests\Behat\DemoContext: public: true arguments: - "@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) services: - App\Tests\DemoContext: + App\Tests\Behat\DemoContext: public: true arguments: - "%kernel.environment%"