You are here

protected property EntityUnitTestBase::$generatedIds in Drupal 8

A list of generated identifiers.

Type: array

File

core/modules/system/src/Tests/Entity/EntityUnitTestBase.php, line 46

Class

EntityUnitTestBase
Defines an abstract test base for entity unit tests.

Namespace

Drupal\system\Tests\Entity

Code

protected $generatedIds = [];