Renamed the extension class to follow the Behat shortcut convention

This commit is contained in:
Christophe Coevoet
2014-05-08 13:45:26 +02:00
parent 80cd741d26
commit 14d3596895
6 changed files with 18 additions and 18 deletions

View File

@@ -8,7 +8,7 @@
* file that was distributed with this source code.
*/
namespace Behat\MinkExtension;
namespace Behat\MinkExtension\ServiceContainer;
use Behat\Behat\Context\ServiceContainer\ContextExtension;
use Behat\MinkExtension\ServiceContainer\Driver\BrowserStackFactory;
@@ -33,8 +33,9 @@ use Symfony\Component\DependencyInjection\Reference;
* Mink extension for Behat class.
*
* @author Konstantin Kudryashov <ever.zet@gmail.com>
* @author Christophe Coevoet <stof@notk.org>
*/
class Extension implements ExtensionInterface
class MinkExtension implements ExtensionInterface
{
const MINK_ID = 'mink';
const SELECTORS_HANDLER_ID = 'mink.selectors_handler';