From 96ac7f60ad19325be9693c4c65db32280252f824 Mon Sep 17 00:00:00 2001 From: everzet Date: Mon, 7 May 2012 16:26:39 +0200 Subject: [PATCH] updated RawMinkContext information --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e4e2fe..00b9003 100755 --- a/README.md +++ b/README.md @@ -62,7 +62,8 @@ After installing extension, there would be 4 usage options available for you: - `getSession($name = null)` - `assertSession($name = null)` - And autohook, which will switch current session based on scenario tags. + `RawMinkContext` doesn't provide any hooks or definitions, so you can inherit from it + in as many subcontexts as you want - you'll never get `RedundantStepException`. * Subcontexting/extending `Behat\MinkExtension\Context\MinkContext` in your feature suite. Exactly like previous option, but also provides lot of predefined step definitions out of the box.