File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
tests/Integration/Controller Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -254,6 +254,7 @@ public function testGetListMembersWithCurrentSessionKeyForExistingListWithSubscr
254
254
'description ' => '' ,
255
255
'creation_date ' => '2016-06-22T15:01:17+00:00 ' ,
256
256
'public ' => true ,
257
+ 'subscription_date ' => '2016-07-22T15:01:17+00:00 ' ,
257
258
],
258
259
],
259
260
], [
@@ -273,13 +274,15 @@ public function testGetListMembersWithCurrentSessionKeyForExistingListWithSubscr
273
274
'description ' => '' ,
274
275
'creation_date ' => '2016-06-22T15:01:17+00:00 ' ,
275
276
'public ' => true ,
277
+ 'subscription_date ' => '2016-08-22T15:01:17+00:00 ' ,
276
278
],
277
279
[
278
280
'id ' => 1 ,
279
281
'name ' => 'News ' ,
280
282
'description ' => 'News (and some fun stuff) ' ,
281
283
'creation_date ' => '2016-06-22T15:01:17+00:00 ' ,
282
284
'public ' => true ,
285
+ 'subscription_date ' => '2016-09-22T15:01:17+00:00 ' ,
283
286
],
284
287
],
285
288
],
You can’t perform that action at this time.
0 commit comments