You are here

protected function IncidentTest::setUp in Radioactivity 8.3

Same name and namespace in other branches
  1. 4.0.x tests/src/Unit/IncidentTest.php \Drupal\Tests\radioactivity\Unit\IncidentTest::setUp()

Overrides UnitTestCase::setUp

File

tests/src/Unit/IncidentTest.php, line 18

Class

IncidentTest
@coversDefaultClass \Drupal\radioactivity\Incident @group radioactivity

Namespace

Drupal\Tests\radioactivity\Unit

Code

protected function setUp() : void {
  parent::setUp();

  // Initiate the Settings singleton used by this test.
  new Settings([
    'hash_salt' => 'liesjeleerdelotjelopen',
  ]);
}