protected function EntityExistsTest::setUp in Drupal 8
Same name and namespace in other branches
- 9 core/modules/migrate/tests/src/Kernel/Plugin/EntityExistsTest.php \Drupal\Tests\migrate\Kernel\Plugin\EntityExistsTest::setUp()
Overrides KernelTestBase::setUp
File
- core/
modules/ migrate/ tests/ src/ Kernel/ Plugin/ EntityExistsTest.php, line 25
Class
- EntityExistsTest
- Tests the EntityExists process plugin.
Namespace
Drupal\Tests\migrate\Kernel\PluginCode
protected function setUp() {
parent::setUp();
$this
->installSchema('system', [
'sequences',
]);
$this
->installEntitySchema('user');
}