LegacyStateFileExists.php
Namespace
Drupal\Tests\migrate_drupal\KernelFile
-
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
Title | Deprecated | Summary |
---|---|---|
LegacyStateFileExists | Extends StateFileExists to test with deprecated modules. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.