BlockContextMappingUpdateFilledTest.php
Namespace
Drupal\Tests\block\Functional\UpdateFile
-
core/
modules/ block/ tests/ src/ Functional/ Update/ BlockContextMappingUpdateFilledTest.php
View source
<?php
namespace Drupal\Tests\block\Functional\Update;
/**
* Runs BlockContextMappingUpdateTest with a dump filled with content.
*
* @group Update
* @group legacy
*/
class BlockContextMappingUpdateFilledTest extends BlockContextMappingUpdateTest {
/**
* {@inheritdoc}
*/
protected function setDatabaseDumpFiles() {
parent::setDatabaseDumpFiles();
$this->databaseDumpFiles[0] = __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.filled.standard.php.gz';
}
}
Classes
Title | Deprecated | Summary |
---|---|---|
BlockContextMappingUpdateFilledTest | Runs BlockContextMappingUpdateTest with a dump filled with content. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.