You are here

protected function DateRecurDefaultInterpreterTest::setUp in Recurring Dates Field 8.2

Same name and namespace in other branches
  1. 3.x tests/src/Kernel/DateRecurDefaultInterpreterTest.php \Drupal\Tests\date_recur\Kernel\DateRecurDefaultInterpreterTest::setUp()
  2. 3.0.x tests/src/Kernel/DateRecurDefaultInterpreterTest.php \Drupal\Tests\date_recur\Kernel\DateRecurDefaultInterpreterTest::setUp()
  3. 3.1.x tests/src/Kernel/DateRecurDefaultInterpreterTest.php \Drupal\Tests\date_recur\Kernel\DateRecurDefaultInterpreterTest::setUp()

Overrides KernelTestBase::setUp

File

tests/src/Kernel/DateRecurDefaultInterpreterTest.php, line 29

Class

DateRecurDefaultInterpreterTest
Tests default installed interpreter.

Namespace

Drupal\Tests\date_recur\Kernel

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installConfig([
    'system',
    'date_recur',
  ]);
}