From 6644a4553c06a3b59ad7ffaceae3873fa56f7572 Mon Sep 17 00:00:00 2001 From: Yozhef Hisem Date: Fri, 16 May 2025 17:43:15 +0300 Subject: [PATCH] feat: orc-11 create documentation method --- docs/install.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index 3e44b62..ee3e510 100644 --- a/docs/install.md +++ b/docs/install.md @@ -54,8 +54,7 @@ Go to `behat.yml`: ```yaml # ... contexts: - - BehatOrmContext\Context\OrmContext: - manager: '@doctrine.orm.entity_manager' + - BehatOrmContext\Context\OrmContext # ... ```