From e368950d82fbc763c5475413f9c360cbde853af3 Mon Sep 17 00:00:00 2001 From: Adrien Brault Date: Thu, 3 Jan 2013 16:39:08 +0100 Subject: [PATCH] Fix RawMinkContext::getSession return type --- src/Behat/MinkExtension/Context/RawMinkContext.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Behat/MinkExtension/Context/RawMinkContext.php b/src/Behat/MinkExtension/Context/RawMinkContext.php index 3056a1b..eee8e91 100644 --- a/src/Behat/MinkExtension/Context/RawMinkContext.php +++ b/src/Behat/MinkExtension/Context/RawMinkContext.php @@ -5,7 +5,8 @@ namespace Behat\MinkExtension\Context; use Behat\Behat\Context\BehatContext; use Behat\Mink\Mink, - Behat\Mink\WebAssert; + Behat\Mink\WebAssert, + Behat\Mink\Session; /* * This file is part of the Behat\MinkExtension.