You are here

LegacyFieldTypePluginManagerTest.php in Drupal 8

File

core/modules/field/tests/src/Kernel/LegacyFieldTypePluginManagerTest.php
View source
<?php

namespace Drupal\Tests\field\Kernel;


/**
 * Extends FieldTypePluginManagerTest to test with deprecated modules.
 *
 * @see \Drupal\Tests\DeprecatedModulesTestTrait::removeDeprecatedModules()
 *
 * @group field
 * @group legacy
 */
class LegacyFieldTypePluginManagerTest extends FieldTypePluginManagerTest {

  /**
   * {@inheritdoc}
   */
  protected $excludeDeprecated = FALSE;

}

Classes

Namesort descending Description
LegacyFieldTypePluginManagerTest Extends FieldTypePluginManagerTest to test with deprecated modules.