You are here

public function MediaSubContext::__construct in Panopoly 7

Initializes context.

File

modules/panopoly/panopoly_test/behat/steps/panopoly_test_media.behat.inc, line 25
Provide Behat step-definitions for the Media module.

Class

MediaSubContext

Code

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