You are here

drupal8.behat.inc in Coder 8.3.x

Same filename and directory in other branches
  1. 8.3 tests/Drupal/Classes/drupal8/drupal8.behat.inc

File

tests/Drupal/Classes/drupal8/drupal8.behat.inc
View source
<?php

use Drupal\DrupalExtension\Context\DrupalSubContextBase;

/**
 * Step definitions for testing the functionality of the Drupal8 module.
 */
class Drupal8SubContext extends DrupalSubContextBase {

}

Classes

Namesort descending Description
Drupal8SubContext Step definitions for testing the functionality of the Drupal8 module.