Skip to content
Snippets Groups Projects

Issue #3284370: Add a BDD test directory for OpenStack module

Merged Kumiko Ono requested to merge issue/cloud-3284370:3284370-add-a-bdd into 5.x
Files
2
<?php
namespace Drupal\Tests\openstack\Behat\features\bootstrap;
use Drupal\DrupalExtension\Context\RawDrupalContext;
/**
* Defines application features from the specific context.
*/
class FeatureContext extends RawDrupalContext {
/**
* Initializes context.
*
* Every scenario gets its own context instance.
* You can also pass arbitrary arguments to the
* context constructor through behat.yml.
*/
public function __construct() {
}
}
Loading