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

@@ -3,7 +3,7 @@
"type": "behat-extension",
"description": "Mink extension for Behat",
"keywords": ["web", "test", "browser", "gui"],
"homepage": "http://mink.behat.org",
"homepage": "http://extensions.behat.org/mink",
"license": "MIT",
"authors": [
{
@@ -18,7 +18,7 @@
"require": {
"php": ">=5.3.2",
"behat/behat": "~3.0",
"behat/behat": "~3.0,>=3.0.5",
"behat/mink": "~1.5",
"symfony/config": "~2.2"
},
@@ -31,7 +31,6 @@
"autoload": {
"psr-0": { "Behat\\MinkExtension": "src/" }
},
"extra": {
"branch-alias": {