From ca5a23dc3d02d858b6cb5259aa5271b4be939519 Mon Sep 17 00:00:00 2001 From: Ben Hutton Date: Thu, 4 Sep 2014 13:49:18 +0100 Subject: [PATCH 1/2] Update README.md Updated the first section in the README.md to match the linked to docs. I was confused by the fact that it didn't mention Behat v 3, so wasn't sure if I could use 3 or had to stick to 2.5 branch. --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 29c7c3b..8de9ffb 100755 --- a/README.md +++ b/README.md @@ -4,16 +4,15 @@ Status](https://travis-ci.org/Behat/MinkExtension.svg?branch=master)](https://travis-ci.org/Behat/MinkExtension) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Behat/MinkExtension/badges/quality-score.png?s=c6474ca52322f5176a2f0cab10974aeee5e6133c)](https://scrutinizer-ci.com/g/Behat/MinkExtension/) -Provides integration layer: +MinkExtension is an integration layer between Behat 3.0+ and Mink 1.4+ +and it provides: -* Additional services for Behat (`Mink`, `Sessions`, `Drivers`). -* `Behat\MinkExtension\Context\MinkAwareContext` which provides `Mink` - instance for your contexts or subcontexts. -* Base `Behat\MinkExtension\Context\MinkContext` context which provides base +* Additional services for Behat (``Mink``, ``Sessions``, ``Drivers``). +* ``Behat\MinkExtension\Context\MinkAwareContext`` which provides ``Mink`` + instance for your contexts. +* Base ``Behat\MinkExtension\Context\MinkContext`` context which provides base step definitions and hooks for your contexts or subcontexts. Or it could be - even used as subcontext on its own. - -between Behat 2.4+ and Mink 1.4+. + even used as context on its own. ## Docs From b3ee1ef1872bbf91c6381760d697e9881e184b3b Mon Sep 17 00:00:00 2001 From: Ben Hutton Date: Tue, 16 Sep 2014 11:18:53 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8de9ffb..ea19c1a 100755 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Status](https://travis-ci.org/Behat/MinkExtension.svg?branch=master)](https://travis-ci.org/Behat/MinkExtension) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Behat/MinkExtension/badges/quality-score.png?s=c6474ca52322f5176a2f0cab10974aeee5e6133c)](https://scrutinizer-ci.com/g/Behat/MinkExtension/) -MinkExtension is an integration layer between Behat 3.0+ and Mink 1.4+ +MinkExtension is an integration layer between Behat 3.0+ and Mink 1.5+ and it provides: * Additional services for Behat (``Mink``, ``Sessions``, ``Drivers``).