You are here

protected property LegacyValidateMigrationStateTest::$excludeDeprecated in Drupal 8

Same name in this branch
  1. 8 core/modules/migrate_drupal/tests/src/Kernel/d6/LegacyValidateMigrationStateTest.php \Drupal\Tests\migrate_drupal\Kernel\d6\LegacyValidateMigrationStateTest::excludeDeprecated
  2. 8 core/modules/migrate_drupal/tests/src/Kernel/d7/LegacyValidateMigrationStateTest.php \Drupal\Tests\migrate_drupal\Kernel\d7\LegacyValidateMigrationStateTest::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/LegacyValidateMigrationStateTest.php, line 19

Class

LegacyValidateMigrationStateTest
Extends Drupal\Tests\migrate_drupal\Kernel\d6\ValidateMigrationStateTest to test with deprecated modules.

Namespace

Drupal\Tests\migrate_drupal\Kernel\d6

Code

protected $excludeDeprecated = FALSE;