diff --git a/features/bootstrap/FeatureContext.php b/features/bootstrap/FeatureContext.php index 72cf44f..39bd2b0 100644 --- a/features/bootstrap/FeatureContext.php +++ b/features/bootstrap/FeatureContext.php @@ -7,30 +7,11 @@ use Behat\Gherkin\Node\PyStringNode, Behat\Gherkin\Node\TableNode; -// -// Require 3rd-party libraries here: -// -// require_once 'PHPUnit/Autoload.php'; -// require_once 'PHPUnit/Framework/Assert/Functions.php'; -// - /** * Features context. */ class FeatureContext extends \Behat\MinkExtension\Context\MinkContext { - /** - * Initializes context. - * Every scenario gets its own context object. - * - * @param array $parameters context parameters (set them up through behat.yml) - */ - public function __construct(array $parameters) - { - // Initialize your context here - } - - /** * @Given /^I am on "([^"]*)" svn log page$/ */