private property FixtureBase::$config in Lightning Core 8.5
Same name and namespace in other branches
- 8.3 tests/src/FixtureBase.php \Drupal\Tests\lightning_core\FixtureBase::config
- 8.4 tests/src/FixtureBase.php \Drupal\Tests\lightning_core\FixtureBase::config
Raw configuration data to be restored after the scenario, keyed by ID.
Type: array[]
File
- tests/
src/ FixtureBase.php, line 45
Class
- FixtureBase
- Base class for contexts which set up and tear down a complete test fixture.
Namespace
Drupal\Tests\lightning_coreCode
private $config = [];