You are here

public function TestSubContext::enableAutomaticPanopolyMagicAddContentPreview in Panopoly 8.2

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

Enables automatic add content previews via Panopoly Magic.

@Given Panopoly magic add content previews are automatic

File

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

Class

TestSubContext
Behat sub-context for Panopoly.

Code

public function enableAutomaticPanopolyMagicAddContentPreview() {

  // @todo Implement for Drupal 8!
}