You are here

public function SchedulerContext::tearDown in Lightning Workflow 8.3

@AfterScenario

File

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

Class

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

Namespace

Acquia\LightningExtension\Context

Code

public function tearDown() {
  \Drupal::state()
    ->delete('lightning_scheduler.request_time');
}