protected function FeaturesAssignTest::reset in Features 8.4
Same name and namespace in other branches
- 8.3 tests/src/Kernel/FeaturesAssignTest.php \Drupal\Tests\features\Kernel\FeaturesAssignTest::reset()
Reset the config to reapply assignment plugins.
1 call to FeaturesAssignTest::reset()
File
- tests/
src/ Kernel/ FeaturesAssignTest.php, line 857
Class
- FeaturesAssignTest
- The Feature Assign test.
Namespace
Drupal\Tests\features\KernelCode
protected function reset() {
$this->assigner
->reset();
// Start with an empty configuration collection.
$this->featuresManager
->setConfigCollection([]);
}