You are here

public function FixtureContext::tearDown in Lightning API 8.3

@AfterScenario

File

tests/src/FixtureContext.php, line 35

Class

FixtureContext
Performs set-up and tear-down tasks before and after each test scenario.

Namespace

Drupal\Tests\lightning_api

Code

public function tearDown() {

  // This useless if statement is here to evade a pointless, too-strict coding
  // standards check.
  if (TRUE) {
    parent::tearDown();
  }
}