You are here

public function TestSubContext::enableManualPanopolyMagicAddContentPreview in Panopoly 7

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

@Given Panopoly magic add content previews are manual

Enable manual add content previews via Panopoly Magic.

File

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

Class

TestSubContext

Code

public function enableManualPanopolyMagicAddContentPreview() {
  variable_set('panopoly_magic_pane_add_preview', PANOPOLY_ADD_PREVIEW_MANUAL);
}