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