Skip to content

Commit

Permalink
Context file cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsvec committed Apr 2, 2014
1 parent 92073bd commit b178bd3
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions features/bootstrap/FeatureContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -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$/
*/
Expand Down

0 comments on commit b178bd3

Please sign in to comment.