You are here

protected function CronJobKernelTest::setup in Ultimate Cron 8.2

File

tests/src/Kernel/CronJobKernelTest.php, line 22

Class

CronJobKernelTest
Tests CRUD for cron jobs.

Namespace

Drupal\Tests\ultimate_cron\Kernel

Code

protected function setup() {
  parent::setUp();
  $this
    ->installSchema('ultimate_cron', [
    'ultimate_cron_log',
    'ultimate_cron_lock',
  ]);
}