Skip to content

Instantly share code, notes, and snippets.

@fabriziomachado
Created October 27, 2011 11:03
Show Gist options
  • Save fabriziomachado/1319283 to your computer and use it in GitHub Desktop.
Save fabriziomachado/1319283 to your computer and use it in GitHub Desktop.
<?php
use Behat\Behat\Context\ClosuredContextInterface,
Behat\Behat\Context\TranslatedContextInterface,
Behat\Behat\Context\BehatContext,
Behat\Behat\Exception\PendingException;
use Behat\Gherkin\Node\PyStringNode,
Behat\Gherkin\Node\TableNode;
// Require 3rd-party libraries here:
require_once 'mink/autoload.php';
require_once 'PHPUnit/Autoload.php';
require_once 'PHPUnit/Framework/Assert/Functions.php';
/**
* Features context.
*/
class FeatureContext extends Behat\Mink\Behat\Context\MinkContext
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment