You are here

abstract protected function RabbitHoleBehaviorSettingsFormTestBase::createEntityBundleFormSubmit in Rabbit Hole 2.x

Same name and namespace in other branches
  1. 8 tests/src/Functional/RabbitHoleBehaviorSettingsFormTestBase.php \Drupal\Tests\rabbit_hole\Functional\RabbitHoleBehaviorSettingsFormTestBase::createEntityBundleFormSubmit()

Creates new entity bundle via form submit.

2 calls to RabbitHoleBehaviorSettingsFormTestBase::createEntityBundleFormSubmit()
RabbitHoleBehaviorSettingsFormTestBase::testBundleCreation in tests/src/Functional/RabbitHoleBehaviorSettingsFormTestBase.php
Test that Rabbit Hole settings are created together with entity bundle.
RabbitHoleBehaviorSettingsFormTestBase::testEntityFormSaveRedirect in tests/src/Functional/RabbitHoleBehaviorSettingsFormTestBase.php
Test redirect after entity form save.
6 methods override RabbitHoleBehaviorSettingsFormTestBase::createEntityBundleFormSubmit()
GroupBehaviorSettingsFormTest::createEntityBundleFormSubmit in modules/rh_group/tests/src/Functional/GroupBehaviorSettingsFormTest.php
Creates new entity bundle via form submit.
MediaBehaviorSettingsFormTest::createEntityBundleFormSubmit in modules/rh_media/tests/src/Functional/MediaBehaviorSettingsFormTest.php
Creates new entity bundle via form submit.
NodeBehaviorSettingsFormTest::createEntityBundleFormSubmit in modules/rh_node/tests/src/Functional/NodeBehaviorSettingsFormTest.php
Creates new entity bundle via form submit.
ProductBehaviorSettingsFormTest::createEntityBundleFormSubmit in modules/rh_commerce/tests/src/Functional/ProductBehaviorSettingsFormTest.php
Creates new entity bundle via form submit.
TaxonomyBehaviorSettingsFormTest::createEntityBundleFormSubmit in modules/rh_taxonomy/tests/src/Functional/TaxonomyBehaviorSettingsFormTest.php
Creates new entity bundle via form submit.

... See full list

File

tests/src/Functional/RabbitHoleBehaviorSettingsFormTestBase.php, line 410

Class

RabbitHoleBehaviorSettingsFormTestBase
Base class for the Rabbit Hole form additions tests.

Namespace

Drupal\Tests\rabbit_hole\Functional

Code

protected abstract function createEntityBundleFormSubmit($action, $override);