Skip to content
Snippets Groups Projects
Commit 79899735 authored by Kumiko Ono's avatar Kumiko Ono Committed by Yas Naoi
Browse files

Issue #3284370 by kumikoono, yas, shota niioka: Add a BDD test directory for OpenStack module

parent f63fc8a2
No related branches found
No related tags found
3 merge requests!1316Issue #3310263: Release 4.5.0,!1260Issue #3307397: Release 4.4.0,!1027Issue #3284370: Add a BDD test directory for OpenStack module
imports:
- ../../../../../../../cloud/tests/src/Behat/behat.yml
default:
suites:
default:
contexts:
- Drupal\Tests\openstack\Behat\features\bootstrap\FeatureContext
- Drupal\Tests\cloud\Behat\features\bootstrap\FeatureContext
- Drupal\DrupalExtension\Context\DrupalContext
- Drupal\DrupalExtension\Context\MinkContext
- Drupal\DrupalExtension\Context\MessageContext
- Drupal\DrupalExtension\Context\DrushContext
- Drupal\DrupalExtension\Context\MarkupContext
- Drupal\DrupalExtension\Context\RandomContext
- Drupal\DrupalExtension\Context\BatchContext
<?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() {
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment