You are here

protected function GraphCreationTest::setUp in Multiversion 8

Overrides MultiversionFunctionalTestBase::setUp

File

tests/src/Functional/GraphCreationTest.php, line 27

Class

GraphCreationTest
Test the getGraph method from the RevisionTreeIndex class.

Namespace

Drupal\Tests\multiversion\Functional

Code

protected function setUp() {
  parent::setUp();
  $this->tree = $this->container
    ->get('multiversion.entity_index.rev.tree');
}