You are here

protected function ImportQueueWorkerLoggingTest::setUp in Acquia Content Hub 8.2

Throws

\Exception

Overrides UnserializationTest::setUp

File

tests/src/Kernel/ImportQueueWorkerLoggingTest.php, line 28

Class

ImportQueueWorkerLoggingTest
Tests logging for import queue.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installSchema('dblog', [
    'watchdog',
  ]);
}