wxt-8.x-3.011/tests/features/bootstrap/FeatureContext.php
tests/features/bootstrap/FeatureContext.php
<?php
/**
* @file
* Contains \FeatureContext.
*/
use Drupal\DrupalExtension\Context\RawDrupalContext;
/**
* Defines application features from the specific context.
*
* WxTSubContext is automatically loaded by the Drupal Behat Extension.
*
* @see wxt.behat.inc.
* @see http://behat-drupal-extension.readthedocs.org/en/3.1/subcontexts.html#for-contributors
*/
class FeatureContext extends RawDrupalContext {
}
