You are here

public function LoggerTest::setUp in MongoDB 8.2

Same name in this branch
  1. 8.2 modules/mongodb_watchdog/tests/src/Unit/LoggerTest.php \Drupal\Tests\mongodb_watchdog\Unit\LoggerTest::setUp()
  2. 8.2 modules/mongodb_watchdog/tests/src/Kernel/LoggerTest.php \Drupal\Tests\mongodb_watchdog\Kernel\LoggerTest::setUp()

File

modules/mongodb_watchdog/tests/src/Unit/LoggerTest.php, line 19

Class

LoggerTest
Test the ControllerBase mechanisms.

Namespace

Drupal\Tests\mongodb_watchdog\Unit

Code

public function setUp() : void {
  require_once __DIR__ . "/../../modules/mongodb_watchdog_test/mongodb_watchdog_test.module";
}