This commit is contained in:
Michael 2022-12-25 07:40:19 +00:00
parent cef4349421
commit fd53cf824f
1 changed files with 2 additions and 2 deletions

View File

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