You are here

public function FieldablePanelsPanesSubContext::__construct in Panopoly 7

Initializes context.

File

modules/panopoly/panopoly_test/behat/steps/panopoly_test_fpp.behat.inc, line 33
Provide Behat step-definitions for Fieldable Panels Panes.

Class

FieldablePanelsPanesSubContext

Code

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