function EntityTypeRepositoryTest::setUp

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php \Drupal\Tests\Core\Entity\EntityTypeRepositoryTest::setUp()

File

core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php, line 38

Class

EntityTypeRepositoryTest
@coversDefaultClass \Drupal\Core\Entity\EntityTypeRepository[[api-linebreak]] @group Entity

Namespace

Drupal\Tests\Core\Entity

Code

protected function setUp() : void {
  parent::setUp();
  $this->entityTypeManager = $this->prophesize(EntityTypeManagerInterface::class);
  $this->entityTypeRepository = new EntityTypeRepository($this->entityTypeManager
    ->reveal());
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.