protected function NodeEntityBundleInfoTest::setUp in Permissions by Term 8
Same name and namespace in other branches
- 8.2 tests/src/Kernel/NodeEntityBundleInfoTest.php \Drupal\Tests\permissions_by_term\Kernel\NodeEntityBundleInfoTest::setUp()
Overrides PBTKernelTestBase::setUp
File
- tests/
src/ Kernel/ NodeEntityBundleInfoTest.php, line 26
Class
- NodeEntityBundleInfoTest
- Class AccessStorageTest
Namespace
Drupal\Tests\permissions_by_term\KernelCode
protected function setUp() {
parent::setUp();
$this->nodeEntityBundleInfo = $this->container
->get('permissions_by_term.node_entity_bundle_info');
}