We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ac3c5 commit e873b34Copy full SHA for e873b34
tests/src/Rules/RenderCallbackRuleTest.php
@@ -100,9 +100,8 @@ public function fileData(): \Generator
100
__DIR__ . '/data/bug-424.php',
101
[
102
103
- "#lazy_builder value 'non-empty-string' at key '0' is invalid.",
+ "#lazy_builder callback 'Bug424\\\Foo:…' at key '0' is not callable.",
104
10,
105
- "Refactor concatenation of `static::class` with method name to an array callback: [static::class, 'contentLazyBuilder']"
106
],
107
108
"#lazy_builder callback class 'static(Bug424\Foo)' at key '0' does not implement Drupal\Core\Security\TrustedCallbackInterface.",
0 commit comments