You are here

public function TestSubContext::__construct in Drupal Commons 7.3

Initializes context.

File

tests/steps/commons_test.behat.inc, line 54
Provide Behat step-definitions for generic Commons tests.

Class

TestSubContext

Code

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