-
Notifications
You must be signed in to change notification settings - Fork 15
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
Indirect deprecation notice #61
Comments
Tried to add |
I think we only need I think that the error is indicating that an explicit Unsure what the right way forward is. Maybe what is needed is a new major version for PHP 8.3+ or wherever this is first introduced. That often implied cascading major version upgrades along the dependency tree, though. |
Can you reproduce this problem with the tests in this repository? I tried running the existing tests with PHP 8.3; I was not too surprised that the problem was not shown by the config tests, but I also did not see the reported error when running the Robo tests. Could you submit a failing test here that exhibits the same problem that you're seeing in your Drupal module test? |
I see these notice after running PHPUnit tests in a Drupal project
However, I don't think we can do the suggested change, even we cover also Robo, because it might break other extending classes
The text was updated successfully, but these errors were encountered: