You are here

public function TestSubContext::saveConfig in Panopoly 8.2

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

Save existing preview configurations.

@BeforeScenario @api

File

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

Class

TestSubContext
Behat sub-context for Panopoly.

Code

public function saveConfig() {

  // @todo Implement for Drupal 8!
  // This should capture any config that we want to change to defaults for
  // the tests, so we can restore the original config later.
  // In Panopoly 1.x, this disabled live previews and set the add content
  // preview mode to 'Single'.
}