Fix RawMinkContext::getSession return type

This commit is contained in:
Adrien Brault
2013-01-03 16:39:08 +01:00
parent f98a3092ac
commit e368950d82

View File

@@ -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.