You are here

protected property LegacyMigrationProvidersExistTest::$excludeDeprecated in Drupal 8

Flag to exclude deprecated modules from the tests.

Legacy*Test -test may set this to FALSE to include also deprecated modules for tests.

Type: bool

Overrides DeprecatedModulesTestTrait::$excludeDeprecated

File

core/modules/migrate/tests/src/Kernel/Plugin/LegacyMigrationProvidersExistTest.php, line 18

Class

LegacyMigrationProvidersExistTest
Extends MigrationProvidersExistTest to test with deprecated modules.

Namespace

Drupal\Tests\migrate\Kernel\Plugin

Code

protected $excludeDeprecated = FALSE;