We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Created by #529
Discovered in https://www.drupal.org/project/drupal/issues/3357114.
\Drupal\Tests\Core\Render\RendererTest::testRenderWithAccessControllerResolved used to pass, but not any more.
\Drupal\Tests\Core\Render\RendererTest::testRenderWithAccessControllerResolved
+ - + message: "#^\\#access_callback callback class 'Drupal\\\\\\\\Tests\\\\\\\\Core…' at key '0' does not implement Drupal\\\\Core\\\\Security\\\\TrustedCallbackInterface\\.$#" + count: 4 + path: tests/Drupal/Tests/Core/Render/RendererTest.php
"Interestingly", when replacing the variable with all possible strings, it still passes.
See test cases in PR #544.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug report
Created by #529
Discovered in https://www.drupal.org/project/drupal/issues/3357114.
\Drupal\Tests\Core\Render\RendererTest::testRenderWithAccessControllerResolved
used to pass, but not any more."Interestingly", when replacing the variable with all possible strings, it still passes.
Code snippet that reproduces the problem
See test cases in PR #544.
The text was updated successfully, but these errors were encountered: