[COMPONENT][Attachment][TESTS] Fix Entity/AttachmentThumbnailTest

This commit is contained in:
2022-03-08 00:21:12 +00:00
parent 5c7b079df5
commit 28453c585f
14 changed files with 93 additions and 41 deletions

View File

@@ -52,7 +52,7 @@ class AttachmentCollection extends Entity
// @codeCoverageIgnoreEnd
// }}} Autocode
public static function schemaDef()
public static function schemaDef(): array
{
return [
'name' => 'attachment_collection',

View File

@@ -63,7 +63,7 @@ class AttachmentCollectionEntry extends Entity
// @codeCoverageIgnoreEnd
// }}} Autocode
public static function schemaDef()
public static function schemaDef(): array
{
return [
'name' => 'attachment_collection_entry',