RouterIndexOptimizationFilledTest.php

Namespace

Drupal\Tests\system\Functional\Update

File

core/modules/system/tests/src/Functional/Update/RouterIndexOptimizationFilledTest.php

View source
<?php

namespace Drupal\Tests\system\Functional\Update;


/**
 * Runs RouterIndexOptimizationTest with a dump filled with content.
 *
 * @group Update
 * @group legacy
 */
class RouterIndexOptimizationFilledTest extends RouterIndexOptimizationTest {
  
  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';
  
  /**
   * {@inheritdoc}
   */
  protected function setDatabaseDumpFiles() {
    parent::setDatabaseDumpFiles();
    $this->databaseDumpFiles[0] = __DIR__ . '/../../../../tests/fixtures/update/drupal-8.filled.standard.php.gz';
  }

}

Classes

Title Deprecated Summary
RouterIndexOptimizationFilledTest Runs RouterIndexOptimizationTest with a dump filled with content.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.