File tree 1 file changed +2
-2
lines changed
tests/TestCase/Controller
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ public function testMarkItemsNone(): void
324
324
{
325
325
$ category = $ this ->makeFeedCategory ('Blogs ' );
326
326
$ feed = $ this ->makeFeed ('https://example.com/feed.xml ' );
327
- $ subscription = $ this ->makeFeedSubscription ($ category ->id , $ feed ->id );
327
+ $ this ->makeFeedSubscription ($ category ->id , $ feed ->id );
328
328
329
329
$ this ->login ();
330
330
$ this ->enableCsrfToken ();
@@ -338,7 +338,7 @@ public function testMarkItemsTooMany(): void
338
338
{
339
339
$ category = $ this ->makeFeedCategory ('Blogs ' );
340
340
$ feed = $ this ->makeFeed ('https://example.com/feed.xml ' );
341
- $ subscription = $ this ->makeFeedSubscription ($ category ->id , $ feed ->id );
341
+ $ this ->makeFeedSubscription ($ category ->id , $ feed ->id );
342
342
343
343
$ this ->login ();
344
344
$ this ->enableCsrfToken ();
You can’t perform that action at this time.
0 commit comments