You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since twig/twig 3.9: Twig node "Drupal\Core\Template\TwigNodeTrans" is not marked as ready for using "yield" instead of "echo"; please make it ready and then flag it with the #[YieldReady] attribute.
1x in ModuleInstallKernelTest::testModuleInstall from Drupal\Tests\apigee_m1***n\Kernel
Since twig/twig 3.9: Using "echo" is deprecated, use "yield" instead in "Drupal\Core\Template\TwigNodeTrans", then flag the class with #[YieldReady].
1x in ModuleInstallKernelTest::testModuleInstall from Drupal\Tests\apigee_m1***n\Kernel
Steps to Reproduce
Steps to reproduce the behavior:
Error is seen in test & lint GH actions
Expected Behavior
Above deprecation/error should not be seen in the error.
Version Info
PHP 8.2 ^ & Drupal 10.2^
The text was updated successfully, but these errors were encountered:
Description
1x in ModuleInstallKernelTest::testModuleInstall from Drupal\Tests\apigee_m1***n\Kernel
1x in ModuleInstallKernelTest::testModuleInstall from Drupal\Tests\apigee_m1***n\Kernel
Steps to Reproduce
Steps to reproduce the behavior:
Expected Behavior
Above deprecation/error should not be seen in the error.
Version Info
PHP 8.2 ^ & Drupal 10.2^
The text was updated successfully, but these errors were encountered: