You are here

protected property DeprecatedModulesTestTrait::$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

File

core/tests/Drupal/Tests/DeprecatedModulesTestTrait.php, line 25

Class

DeprecatedModulesTestTrait
Provides methods remove deprecated modules from tests.

Namespace

Drupal\Tests

Code

protected $excludeDeprecated = TRUE;