ee0e5b51aa105fe1a37f34e445132ebb12409f61
[yaffs-website] / Update / SqlContentEntityStorageSchemaIndexFilledTest.php
1 <?php
2
3 namespace Drupal\Tests\system\Functional\Entity\Update;
4
5 /**
6  * Runs SqlContentEntityStorageSchemaIndexTest with a dump filled with content.
7  *
8  * @group Entity
9  * @group legacy
10  */
11 class SqlContentEntityStorageSchemaIndexFilledTest extends SqlContentEntityStorageSchemaIndexTest {
12
13   /**
14    * {@inheritdoc}
15    */
16   protected function setDatabaseDumpFiles() {
17     parent::setDatabaseDumpFiles();
18     $this->databaseDumpFiles[0] = __DIR__ . '/../../../../fixtures/update/drupal-8.filled.standard.php.gz';
19   }
20
21 }