You are here

protected function EntityEmbedUpdateHookTest::doSelectionTest in Entity Embed 8

Tests the selection page.

Overrides UpdatePathTestTrait::doSelectionTest

File

tests/src/Functional/EntityEmbedUpdateHookTest.php, line 41

Class

EntityEmbedUpdateHookTest
Tests the update hooks in entity_embed module.

Namespace

Drupal\Tests\entity_embed\Functional

Code

protected function doSelectionTest() {
  parent::doSelectionTest();
  $this
    ->assertSession()
    ->responseContains('8002 -   Updates the default mode settings.');
  $this
    ->assertSession()
    ->responseContains('8003 -   Updates allowed HTML for all filter configs that have an Entity Embed button.');
}