You are here

public function SchedulerContext::setUp in Lightning Workflow 8.2

Same name and namespace in other branches
  1. 8.3 modules/lightning_scheduler/tests/contexts/SchedulerContext.behat.inc \Acquia\LightningExtension\Context\SchedulerContext::setUp()

@BeforeScenario

File

modules/lightning_scheduler/tests/contexts/SchedulerContext.behat.inc, line 16

Class

SchedulerContext
Contains step definitions for interacting with the Lightning Scheduler UI.

Namespace

Acquia\LightningExtension\Context

Code

public function setUp() {
  ini_set('date.timezone', drupal_get_user_timezone());
}