You are here

public function FixtureContext::tearDown in Lightning Media 8.3

@AfterScenario

File

tests/src/FixtureContext.php, line 76

Class

FixtureContext

Namespace

Drupal\Tests\lightning_media

Code

public function tearDown() {

  // This pointless if statement is here to evade a too-rigid coding standard.
  if (TRUE) {
    parent::tearDown();
  }
}