function SaveActionTest::setUp
Same name in other branches
- 8.9.x core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php \Drupal\KernelTests\Core\Action\SaveActionTest::setUp()
- 10 core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php \Drupal\KernelTests\Core\Action\SaveActionTest::setUp()
- 11.x core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php \Drupal\KernelTests\Core\Action\SaveActionTest::setUp()
Overrides KernelTestBase::setUp
File
-
core/
tests/ Drupal/ KernelTests/ Core/ Action/ SaveActionTest.php, line 23
Class
- SaveActionTest
- @group Action
Namespace
Drupal\KernelTests\Core\ActionCode
protected function setUp() : void {
parent::setUp();
$this->installEntitySchema('entity_test_mul_changed');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.