You are here

public function WysiwygSubContext::__construct in Panopoly 7

Initializes context.

File

modules/panopoly/panopoly_test/behat/steps/panopoly_test_wysiwyg.behat.inc, line 25
Provide Behat step-definitions for WYSIWYG editor.

Class

WysiwygSubContext

Code

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