You are here

protected function NodeEntityBundleInfoTest::setUp in Permissions by Term 8.2

Same name and namespace in other branches
  1. 8 tests/src/Kernel/NodeEntityBundleInfoTest.php \Drupal\Tests\permissions_by_term\Kernel\NodeEntityBundleInfoTest::setUp()

Overrides PBTKernelTestBase::setUp

File

tests/src/Kernel/NodeEntityBundleInfoTest.php, line 31

Class

NodeEntityBundleInfoTest
Class AccessStorageTest

Namespace

Drupal\Tests\permissions_by_term\Kernel

Code

protected function setUp() {
  parent::setUp();
  $this->nodeEntityBundleInfo = $this->container
    ->get('permissions_by_term.node_entity_bundle_info');
}