private property FixtureBase::$entities in Lightning Core 8.4
Same name and namespace in other branches
- 8.5 tests/src/FixtureBase.php \Drupal\Tests\lightning_core\FixtureBase::entities
- 8.3 tests/src/FixtureBase.php \Drupal\Tests\lightning_core\FixtureBase::entities
Entities to be automatically deleted after the scenario.
Type: \Drupal\Core\Entity\EntityInterface[]
File
- tests/
src/ FixtureBase.php, line 38
Class
- FixtureBase
- Base class for contexts which set up and tear down a complete test fixture.
Namespace
Drupal\Tests\lightning_coreCode
private $entities = [];