protected function EntityBrowserUpdateHookTest::doSelectionTest in Entity Browser 8
Same name and namespace in other branches
- 8.2 tests/src/Functional/EntityBrowserUpdateHookTest.php \Drupal\Tests\entity_browser\Functional\EntityBrowserUpdateHookTest::doSelectionTest()
Tests the selection page.
Overrides UpdatePathTestTrait::doSelectionTest
File
- tests/src/ Functional/ EntityBrowserUpdateHookTest.php, line 46 
Class
- EntityBrowserUpdateHookTest
- Tests the update hooks in entity_browser module.
Namespace
Drupal\Tests\entity_browser\FunctionalCode
protected function doSelectionTest() {
  parent::doSelectionTest();
  $this
    ->assertSession()
    ->responseContains('8001 -   Updates submit text for existing Entity browsers.');
  $this
    ->assertSession()
    ->responseContains('8002 -   Migrates duplicated Views entity_browser_select fields.');
}