You are here

protected function ComplexLcaResolverTest::setUp in Multiversion 8

Overrides MultiversionFunctionalTestBase::setUp

File

tests/src/Functional/ComplexLcaResolverTest.php, line 32

Class

ComplexLcaResolverTest
Test the Integration of LCA library with multiversion module.

Namespace

Drupal\Tests\multiversion\Functional

Code

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