You are here

protected function CrudTest::setUp in Zircon Profile 8

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

Performs setup tasks before each individual test method is run.

Overrides KernelTestBase::setUp

File

core/modules/rdf/src/Tests/CrudTest.php, line 41
Contains \Drupal\rdf\Tests\CrudTest.

Class

CrudTest
Tests the RDF mapping CRUD functions.

Namespace

Drupal\rdf\Tests

Code

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