SqlContentEntityStorageSchemaConverterTranslatableTest.php
Namespace
Drupal\Tests\system\Functional\Entity\UpdateFile
-
core/
modules/ system/ tests/ src/ Functional/ Entity/ Update/ SqlContentEntityStorageSchemaConverterTranslatableTest.php
View source
<?php
namespace Drupal\Tests\system\Functional\Entity\Update;
/**
* Tests converting a translatable entity type with data to revisionable.
*
* @group Entity
* @group Update
* @group legacy
*/
class SqlContentEntityStorageSchemaConverterTranslatableTest extends SqlContentEntityStorageSchemaConverterTestBase {
/**
* {@inheritdoc}
*/
protected function setDatabaseDumpFiles() {
$this->databaseDumpFiles = [
__DIR__ . '/../../../../fixtures/update/drupal-8.0.0-rc1-filled.standard.entity_test_update_mul.php.gz',
__DIR__ . '/../../../../fixtures/update/drupal-8.entity-test-schema-converter-enabled.php',
];
}
}
Classes
Title | Deprecated | Summary |
---|---|---|
SqlContentEntityStorageSchemaConverterTranslatableTest | Tests converting a translatable entity type with data to revisionable. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.