panopoly_test-8.x-2.0-alpha15/behat/features/bootstrap/FeatureContext.php
behat/features/bootstrap/FeatureContext.php
<?php
/**
* @file
* The main Behat context.
*/
use Drupal\DrupalExtension\Context\RawDrupalContext;
/**
* Define application features from the specific context.
*/
class FeatureContext extends RawDrupalContext {
/**
* Initializes context.
*/
public function __construct() {
// Initialize your context here.
}
}
