You are here

protected function EntityEmbedHooksTest::setUp in Entity Embed 8

Overrides EntityEmbedTestBase::setUp

File

tests/src/Functional/EntityEmbedHooksTest.php, line 22

Class

EntityEmbedHooksTest
Tests the hooks provided by entity_embed module.

Namespace

Drupal\Tests\entity_embed\Functional

Code

protected function setUp() {
  parent::setUp();
  $this->state = $this->container
    ->get('state');
}