[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

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

View File

@@ -90,7 +90,7 @@ class WebMonetization extends Entity
return $target_ids;
}
public static function schemaDef()
public static function schemaDef(): array
{
return [
'name' => 'webmonetization',