You are here

protected function EntityAccessControlHandlerTest::setUp in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Entity/EntityAccessControlHandlerTest.php \Drupal\system\Tests\Entity\EntityAccessControlHandlerTest::setUp()

Performs setup tasks before each individual test method is run.

Overrides EntityLanguageTestBase::setUp

File

core/modules/system/src/Tests/Entity/EntityAccessControlHandlerTest.php, line 22
Contains \Drupal\system\Tests\Entity\EntityAccessControlHandlerTest.

Class

EntityAccessControlHandlerTest
Tests the entity access control handler.

Namespace

Drupal\system\Tests\Entity

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installSchema('system', 'url_alias');
}