You are here

public function TestSubContext::setJavascript in Drupal Commons 7.3

Set a variable to mark the current scenario as using javascript.

@BeforeScenario @javascript

File

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

Class

TestSubContext

Code

public function setJavascript() {
  $this->javascript = true;
}