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