This commit is contained in:
Michael 2022-12-25 07:40:19 +00:00
parent cef4349421
commit fd53cf824f

View file

@ -113,13 +113,13 @@ class ReportTest extends MockedTest
{ {
return [ return [
'default' => [ 'default' => [
'uid' => 12,
'reporter-id' => 14, 'reporter-id' => 14,
'cid' => 13, 'cid' => 13,
'comment' => '', 'comment' => '',
'category' => null, 'category' => null,
'forward' => false, 'forward' => false,
'postUriIds' => [], 'postUriIds' => [],
'uid' => 12,
'assertion' => new Entity\Report( 'assertion' => new Entity\Report(
14, 14,
13, 13,
@ -133,13 +133,13 @@ class ReportTest extends MockedTest
), ),
], ],
'full' => [ 'full' => [
'uid' => 12,
'reporter-id' => 14, 'reporter-id' => 14,
'cid' => 13, 'cid' => 13,
'comment' => 'Report', 'comment' => 'Report',
'category' => 'violation', 'category' => 'violation',
'forward' => true, 'forward' => true,
'postUriIds' => [89, 90], 'postUriIds' => [89, 90],
'uid' => 12,
'assertion' => new Entity\Report( 'assertion' => new Entity\Report(
14, 14,
13, 13,