You are here

private property FixtureBase::$trackedEntityTypes in Lightning Core 8.5

Same name and namespace in other branches
  1. 8.3 tests/src/FixtureBase.php \Drupal\Tests\lightning_core\FixtureBase::trackedEntityTypes
  2. 8.4 tests/src/FixtureBase.php \Drupal\Tests\lightning_core\FixtureBase::trackedEntityTypes

Entity types for which to delete all content created by the current users.

Type: string[]

See also

::setCurrentUser()

::tearDown()

::trackUserContent()

File

tests/src/FixtureBase.php, line 72

Class

FixtureBase
Base class for contexts which set up and tear down a complete test fixture.

Namespace

Drupal\Tests\lightning_core

Code

private $trackedEntityTypes = [];