You are here

LangcodeToAsciiUpdateFilledTest.php in Drupal 8

File

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

Namesort descending Description
LangcodeToAsciiUpdateFilledTest Runs LangcodeToAsciiUpdateTest with a dump filled with content.