You are here

public function EasyRdfConverterTest::setUp in Schema.org configuration tool (RDF UI) 8

Performs setup tasks before each individual test method is run.

Overrides KernelTestBase::setUp

File

src/Tests/EasyRdfConverterTest.php, line 26

Class

EasyRdfConverterTest
Tests the Easy Rdf Converter Class & SchemaOrgConverter class.

Namespace

Drupal\rdfui\Tests

Code

public function setUp() {
  parent::setUp();
  $this->graph = new SchemaOrgConverter();
}