You are here

FixtureContext.php in Lightning API 8.4

Same filename and directory in other branches
  1. 8.3 tests/src/FixtureContext.php

File

tests/src/FixtureContext.php
View source
<?php

namespace Drupal\Tests\lightning_api;

use Drupal\Tests\lightning_core\FixtureBase;

/**
 * Performs set-up and tear-down tasks before and after each test scenario.
 */
final class FixtureContext extends FixtureBase {

}

Classes

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