public function EntityAccessControlHandlerTest::setUp in Drupal 9
Same name and namespace in other branches
- 8 core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php \Drupal\KernelTests\Core\Entity\EntityAccessControlHandlerTest::setUp()
- 10 core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php \Drupal\KernelTests\Core\Entity\EntityAccessControlHandlerTest::setUp()
Overrides EntityLanguageTestBase::setUp
File
- core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityAccessControlHandlerTest.php, line 31
Class
- EntityAccessControlHandlerTest
- Tests the entity access control handler.
Namespace
Drupal\KernelTests\Core\EntityCode
public function setUp() : void {
parent::setUp();
$this
->installEntitySchema('entity_test_no_uuid');
$this
->installEntitySchema('entity_test_rev');
$this
->installEntitySchema('entity_test_string_id');
}