protected function SaveActionTest::setUp in Drupal 8
Same name and namespace in other branches
- 9 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() {
parent::setUp();
$this
->installEntitySchema('entity_test_mul_changed');
}