You are here

public function PanelsSubContext::__construct in Panopoly 7

Same name and namespace in other branches
  1. 8.2 modules/panopoly/panopoly_test/behat/steps/panopoly_test_panels.behat.inc \PanelsSubContext::__construct()

Initializes context.

File

modules/panopoly/panopoly_test/behat/steps/panopoly_test_panels.behat.inc, line 26
Provide Behat step-definitions for Panels.

Class

PanelsSubContext

Code

public function __construct(DrupalDriverManager $drupal) {
  $this->drupal = $drupal;
}