protected function DateRecurDefaultInterpreterTest::setUp in Recurring Dates Field 8.2
Same name and namespace in other branches
- 3.x tests/src/Kernel/DateRecurDefaultInterpreterTest.php \Drupal\Tests\date_recur\Kernel\DateRecurDefaultInterpreterTest::setUp()
- 3.0.x tests/src/Kernel/DateRecurDefaultInterpreterTest.php \Drupal\Tests\date_recur\Kernel\DateRecurDefaultInterpreterTest::setUp()
- 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\KernelCode
protected function setUp() {
parent::setUp();
$this
->installConfig([
'system',
'date_recur',
]);
}