From e959b597f522977893e10b55efceca0307382b55 Mon Sep 17 00:00:00 2001 From: Konstantin Kudryashov Date: Fri, 11 May 2012 12:37:54 +0300 Subject: [PATCH] fixed listing --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bf95861..d6105a2 100755 --- a/README.md +++ b/README.md @@ -58,13 +58,10 @@ After installing extension, there would be 5 usage options available for you: 2. Subcontexting/extending `Behat\MinkExtension\Context\RawMinkContext` in your feature suite. This will give you ability to use preconfigured `Mink` instance altogether with some convenience methods: - - - `getSession($name = null)` - - `assertSession($name = null)` - + * `getSession($name = null)` + * `assertSession($name = null)` `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`. - 3. 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. As this context provides step definitions and hooks, you can use it **only once**