You are here

public function TestSubContext::unsetJavascript in Panopoly 7

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

Unsets the variable marking the current scenario as using javascript.

@AfterScenario @javascript

File

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

Class

TestSubContext

Code

public function unsetJavascript() {
  $this->javascript = false;
}