public function PrefetchCacheTest::setUp in Content locking (anti-concurrent editing) 8
Same name and namespace in other branches
- 8.2 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 28
Class
- PrefetchCacheTest
- Class PrefetchCacheTest.
Namespace
Drupal\Tests\content_lock\FunctionalJavascript\IntegrationCode
public function setUp() {
parent::setUp();
$this
->drupalPlaceBlock('local_tasks_block', [
'primary' => TRUE,
]);
}