You are here

SqlContentEntityStorageSchemaConverterNonTranslatableTest.php in Drupal 8

File

core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterNonTranslatableTest.php
View source
<?php

namespace Drupal\Tests\system\Functional\Entity\Update;


/**
 * Tests converting a non-translatable entity type with data to revisionable.
 *
 * @group Entity
 * @group Update
 * @group legacy
 */
class SqlContentEntityStorageSchemaConverterNonTranslatableTest extends SqlContentEntityStorageSchemaConverterTestBase {

  /**
   * {@inheritdoc}
   */
  protected function setDatabaseDumpFiles() {
    $this->databaseDumpFiles = [
      __DIR__ . '/../../../../fixtures/update/drupal-8.0.0-rc1-filled.standard.entity_test_update.php.gz',
      __DIR__ . '/../../../../fixtures/update/drupal-8.entity-test-schema-converter-enabled.php',
    ];
  }

}

Classes

Namesort descending Description
SqlContentEntityStorageSchemaConverterNonTranslatableTest Tests converting a non-translatable entity type with data to revisionable.