You are here

protected function CrudTest::setUp in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/rdf/tests/src/Kernel/CrudTest.php \Drupal\Tests\rdf\Kernel\CrudTest::setUp()

Overrides KernelTestBase::setUp

File

core/modules/rdf/tests/src/Kernel/CrudTest.php, line 36

Class

CrudTest
Tests the RDF mapping CRUD functions.

Namespace

Drupal\Tests\rdf\Kernel

Code

protected function setUp() : void {
  parent::setUp();
  $this->prefix = 'rdf.mapping';
  $this->entityType = $this->bundle = 'entity_test';
}