You are here

public function TestSubContext::enablePanopolyAdminAdvanacedPanelPlugins in Panopoly 8.2

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

Enable the "Use Advanced Panel Panes" option.

@Given Panopoly admin "Use Advanced Panel Plugins" is enabled

File

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

Class

TestSubContext
Behat sub-context for Panopoly.

Code

public function enablePanopolyAdminAdvanacedPanelPlugins() {

  // @todo Implement for Drupal 8!
}