You are here

public function PrefetchCacheTest::setUp in Content locking (anti-concurrent editing) 8.2

Same name and namespace in other branches
  1. 8 tests/src/FunctionalJavascript/Integration/PrefetchCacheTest.php \Drupal\Tests\content_lock\FunctionalJavascript\Integration\PrefetchCacheTest::setUp()

Overrides ContentLockTestTrait::setUp

File

tests/src/FunctionalJavascript/Integration/PrefetchCacheTest.php, line 33

Class

PrefetchCacheTest
Class PrefetchCacheTest.

Namespace

Drupal\Tests\content_lock\FunctionalJavascript\Integration

Code

public function setUp() {
  parent::setUp();
  $this
    ->drupalPlaceBlock('local_tasks_block', [
    'primary' => TRUE,
  ]);
}