You are here

protected property LegacyMigrationProcessTest::$excludeDeprecated in Drupal 8

Same name in this branch
  1. 8 core/modules/migrate_drupal/tests/src/Kernel/d6/LegacyMigrationProcessTest.php \Drupal\Tests\migrate_drupal\Kernel\d6\LegacyMigrationProcessTest::excludeDeprecated
  2. 8 core/modules/migrate_drupal/tests/src/Kernel/d7/LegacyMigrationProcessTest.php \Drupal\Tests\migrate_drupal\Kernel\d7\LegacyMigrationProcessTest::excludeDeprecated

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_drupal/tests/src/Kernel/d6/LegacyMigrationProcessTest.php, line 19

Class

LegacyMigrationProcessTest
Extends Drupal\Tests\migrate_drupal\Kernel\d6\MigrationProcessTest to test with deprecated modules.

Namespace

Drupal\Tests\migrate_drupal\Kernel\d6

Code

protected $excludeDeprecated = FALSE;