File tree 1 file changed +0
-5
lines changed
tests/CoreBundle/Repository
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,6 @@ public function testPostToOwnWall(): void
112
112
'@id ' => $ studentIri ,
113
113
'username ' => $ student ->getUsername (),
114
114
],
115
- 'userReceiver ' => null ,
116
- 'groupReceiver ' => null ,
117
115
]);
118
116
119
117
$ response = $ client ->request (
@@ -177,10 +175,8 @@ public function testPostToFriendsWall(): void
177
175
'@id ' => $ student1Iri ,
178
176
'username ' => $ student1 ->getUsername (),
179
177
],
180
- 'userReceiver ' => null ,
181
178
'content ' => 'Hello world ' ,
182
179
'type ' => SocialPost::TYPE_WALL_POST ,
183
- 'groupReceiver ' => null ,
184
180
]);
185
181
186
182
// student1 posts in student2's wall
@@ -210,7 +206,6 @@ public function testPostToFriendsWall(): void
210
206
'@id ' => $ student2Iri ,
211
207
'username ' => $ student2 ->getUsername (),
212
208
],
213
- 'groupReceiver ' => null ,
214
209
]);
215
210
216
211
// student1 views student2's wall
You can’t perform that action at this time.
0 commit comments