You are here

public function TestSubContext::setJavascript in Panopoly 8.2

Same name and namespace in other branches
  1. 7 modules/panopoly/panopoly_test/behat/steps/panopoly_test.behat.inc \TestSubContext::setJavascript()

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

@BeforeScenario @javascript

File

modules/panopoly/panopoly_test/behat/steps/panopoly_test.behat.inc, line 136
Provide Behat step-definitions for generic Panopoly tests.

Class

TestSubContext
Behat sub-context for Panopoly.

Code

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