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