File tree 2 files changed +2
-3
lines changed
Generator/Entity/_content_entity/_no/src/Entity
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 57
57
'plural ' => '@count examples ' ,
58
58
],
59
59
)]
60
- final class Example extends ContentEntityBase implements ExampleInterface {
60
+ class Example extends ContentEntityBase implements ExampleInterface {
61
61
62
62
}
Original file line number Diff line number Diff line change @@ -29,8 +29,7 @@ public function testHookInfoTemplates(): void {
29
29
$ hook_info = new HookInfo (self ::bootstrap ()->get ('module_handler ' ));
30
30
$ hook_templates = $ hook_info ->getHookTemplates ();
31
31
self ::assertGreaterThan (260 , \count ($ hook_templates ));
32
- self ::assertLessThan (266 , \count ($ hook_templates ));
33
-
32
+ // self::assertLessThan(266, \count($hook_templates));
34
33
// A hook from core.api.php file.
35
34
self ::assertHookTemplate ('data_type_info_alter ' , $ hook_templates );
36
35
// A hook from database.api.php file.
You can’t perform that action at this time.
0 commit comments