You are here

public function TestSubContext::disablePanopolyMagicAddContentPreview in Panopoly 7

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

@Given Panopoly magic add content previews are disabled

Disable add content previews via Panopoly Magic.

File

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

Class

TestSubContext

Code

public function disablePanopolyMagicAddContentPreview() {
  variable_set('panopoly_magic_pane_add_preview', PANOPOLY_ADD_PREVIEW_DISABLED);
}