BlockContextMappingUpdateFilledTest.php in Drupal 8
Namespace
Drupal\Tests\block\Functional\UpdateFile
core/modules/block/tests/src/Functional/Update/BlockContextMappingUpdateFilledTest.phpView 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
Name | Description |
---|---|
BlockContextMappingUpdateFilledTest | Runs BlockContextMappingUpdateTest with a dump filled with content. |