You are here

LegacyStateFileExists.php in Drupal 8

File

core/modules/migrate_drupal/tests/src/Kernel/LegacyStateFileExists.php
View source
<?php

namespace Drupal\Tests\migrate_drupal\Kernel;


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

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

}

Classes

Namesort descending Description
LegacyStateFileExists Extends StateFileExists to test with deprecated modules.