public function FixtureContext::tearDown in Lightning Media 8.3
@AfterScenario
File
- tests/
src/ FixtureContext.php, line 76
Class
Namespace
Drupal\Tests\lightning_mediaCode
public function tearDown() {
// This pointless if statement is here to evade a too-rigid coding standard.
if (TRUE) {
parent::tearDown();
}
}