Skip to content

Commit

Permalink
Fixed namespacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesper Skovgaard Nielsen committed Feb 13, 2014
1 parent fb82219 commit 4d1abb9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/Nulpunkt/BrowserstackFeatureContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

namespace Nulpunkt;

use Behat\Mink\Mink;
use Behat\Mink\Session;
use Behat\Mink\Driver\Selenium2Driver;
use \Behat\Mink\Mink;
use \Behat\Mink\Session;
use \Behat\Mink\Driver\Selenium2Driver;
use \Behat\MinkExtension\Context\MinkContext;

class BrowserstackFeatureContext extends Behat\MinkExtension\Context\MinkContext
class BrowserstackFeatureContext extends MinkContext
{
public function __construct($params)
{
Expand Down

0 comments on commit 4d1abb9

Please sign in to comment.