You are here

public function TestSubContext::enableSinglePanopolyMagicAddContentPreview in Panopoly 7

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

@Given Panopoly magic add content previews are single

Enable single add content previews via Panopoly Magic.

File

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

Class

TestSubContext

Code

public function enableSinglePanopolyMagicAddContentPreview() {
  variable_set('panopoly_magic_pane_add_preview', PANOPOLY_ADD_PREVIEW_SINGLE);
}