<?php

use Drupal\DrupalExtension\Context\MinkContext;

/**
 * Base class for Behat contexts.
 *
 * @DCG
 * Put there step definitions and helpers that need to be shared across multiple
 * Behat contexts.
 */
abstract class BaseContext extends MinkContext {

}
