Problem/Motivation
Tests on 5.0.x seem to be broken, which prevents patches from being automatically tested.
Steps to reproduce
Create a new issue on drupal.org, attach a patch and set the status to Needs review. Alternatively, just run tests locally - you'll see the error
Drupal\Tests\features\Kernel\FeaturesGenerateTest::testExportWrite
Symfony\Component\DependencyInjection\Exception\LogicException: Impossible to call set() on a frozen ParameterBag.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | features-broken-tests-3306198-3.patch | 1.99 KB | spleshka |
Comments
Comment #2
spleshkaLooks like it was caused by this commit https://git.drupalcode.org/project/features/-/commit/a4801ce
Comment #3
spleshkaI found the root cause of the issue. It was an interesting issue with frozen ParameterBag, but luckily there's a workaround. See comment in the patch.
Comment #5
nedjoThanks, nice sleuthing and well explained in the code comments. Applied.