Skip to content

Commit e873b34

Browse files
committed
update results of bug-424
1 parent c4ac3c5 commit e873b34

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/src/Rules/RenderCallbackRuleTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,8 @@ public function fileData(): \Generator
100100
__DIR__ . '/data/bug-424.php',
101101
[
102102
[
103-
"#lazy_builder value 'non-empty-string' at key '0' is invalid.",
103+
"#lazy_builder callback 'Bug424\\\Foo:…' at key '0' is not callable.",
104104
10,
105-
"Refactor concatenation of `static::class` with method name to an array callback: [static::class, 'contentLazyBuilder']"
106105
],
107106
[
108107
"#lazy_builder callback class 'static(Bug424\Foo)' at key '0' does not implement Drupal\Core\Security\TrustedCallbackInterface.",

0 commit comments

Comments
 (0)