You are here

public function SchedulerContext::setUp in Lightning Workflow 8.3

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

@BeforeScenario

File

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

Class

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

Namespace

Acquia\LightningExtension\Context

Code

public function setUp() {
  $this->startTime = time();
}