- 🇳🇿New Zealand quietone
I closed 🐛 If Symfony ExpressionLanguage compoment is installed OptimizedPhpArrayDumperTest and PhpArrayDumperTest fail. Closed: duplicate as a duplicate, adding credit.
Follow-up to #2747083: drupal/core-dependency-injection wrongly requires symfony/expression-language →
If you install the Expression Language library from symfony the test suite fails.
Missing argument 1 for Symfony\Component\ExpressionLanguage\Expression::__construct(), called in /.../core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumperTest.php on line 577 and defined
/.../vendor/symfony/expression-language/Expression.php:28
/.../core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumperTest.php:577
Note: this constructor has always been this way, the Mock object was just made as small as possible and an emergent bug was created.
https://github.com/symfony/expression-language/blob/2.4/Expression.php
Pass an argument to the Expression constructor and provide a empty constructor with an argument to ensure new tests don't make the same mistake.
n/a tests
n/a tests
Fixed
9.4
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I closed 🐛 If Symfony ExpressionLanguage compoment is installed OptimizedPhpArrayDumperTest and PhpArrayDumperTest fail. Closed: duplicate as a duplicate, adding credit.