Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apigee M10n test and lint remaining indirect deprecation notices #489

Open
kedarkhaire opened this issue Jun 19, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working deprecation

Comments

@kedarkhaire
Copy link
Collaborator

Description

  1. 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
  2. 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:

  1. 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^

@kedarkhaire kedarkhaire added bug Something isn't working deprecation labels Jun 19, 2024
@kedarkhaire kedarkhaire self-assigned this Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working deprecation
Projects
None yet
Development

No branches or pull requests

1 participant