protected function Select2KernelTestBase::setUp in Select 2 8
Set the default field storage backend for fields created during tests.
Overrides FieldKernelTestBase::setUp
File
- tests/
src/ Kernel/ Select2KernelTestBase.php, line 25
Class
- Select2KernelTestBase
- Base class for Select2 module integration tests.
Namespace
Drupal\Tests\select2\KernelCode
protected function setUp() {
parent::setUp();
$this->container
->get('router.builder')
->rebuild();
$this
->installEntitySchema('entity_test_mulrevpub');
}