@@ -52,7 +52,7 @@ function getPageMock($draft = false, $contentEN = [], $contentDE = [])
5252 mentionof: https://komments.test:8890/phpunit
5353 property: KOMMENT
5454 published: 2021-11-10 13:50:00
55- status : "PENDING"
55+ verification_status : "PENDING"
5656 verified: "false"
5757 id: 1bfffa3f189b3c5b5d6f3ed3271d3342
5858 spamlevel: 0
@@ -70,7 +70,7 @@ function getPageMock($draft = false, $contentEN = [], $contentDE = [])
7070 mentionof: https://komments.test:8890/phpunit
7171 property: KOMMENT
7272 published: 2021-11-10 13:50:00
73- status : "PENDING"
73+ verification_status : "PENDING"
7474 verified: "true"
7575 id: c62bc1426c1d39eb6d8a6b4f5b3ef3ee
7676 spamlevel: 0
@@ -88,7 +88,7 @@ function getPageMock($draft = false, $contentEN = [], $contentDE = [])
8888 mentionof: https://komments.test:8890/phpunit
8989 property: KOMMENT
9090 published: 2021-11-10 13:50:00
91- status : "PENDING"
91+ verification_status : "PENDING"
9292 verified: "false"
9393 id: 594a3bdc4947c1a8496d2beb8a065cb1
9494 spamlevel: 100 '
@@ -113,7 +113,7 @@ function getPageMock($draft = false, $contentEN = [], $contentDE = [])
113113 mentionof: https://komments.test:8890/phpunit
114114 property: KOMMENT
115115 published: 2021-11-10 13:50:00
116- status : "PUBLISHED"
116+ verification_status : "PUBLISHED"
117117 verified: "false"
118118 id: 1bfffa3f189b3c5b5d6f3ed3271d3342
119119 spamlevel: 0 '
@@ -161,7 +161,7 @@ function getCommentMock(array $comment = []): Obj
161161 'authorEmail ' =>
'[email protected] ' ,
162162 'authorUrl ' => 'https://example.com ' ,
163163 'published ' => true ,
164- 'status ' => 'PUBLISHED ' ,
164+ 'verification_status ' => 'PUBLISHED ' ,
165165 'verified ' => false ,
166166 'spamlevel ' => 0 ,
167167 'language ' => null ,
@@ -184,7 +184,7 @@ function getCommentMock(array $comment = []): Obj
184184 'author_email ' => $ comment ['authorEmail ' ],
185185 'author_url ' => $ comment ['authorUrl ' ],
186186 'published ' => $ comment ['published ' ],
187- 'status ' => $ comment ['status ' ],
187+ 'verification_status ' => $ comment ['verification_status ' ],
188188 'verified ' => $ comment ['verified ' ],
189189 'spamlevel ' => $ comment ['spamlevel ' ],
190190 'language ' => $ comment ['language ' ],
0 commit comments