You are here

public function TestSubContext::unsetJavascript in Drupal Commons 7.3

Unsets the variable marking the current scenario as using javascript.

@AfterScenario @javascript

File

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

Class

TestSubContext

Code

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