mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-01 14:20:16 +02:00
refactor: inject the action params via its execute method (#2907)
This commit is contained in:
@@ -85,7 +85,7 @@ class ListActionTest extends TestCase
|
||||
$action = $actionFactory->create('list');
|
||||
|
||||
ob_start();
|
||||
$action->execute();
|
||||
$action->execute([]);
|
||||
$this->data = ob_get_contents();
|
||||
ob_clean();
|
||||
ob_end_flush();
|
||||
|
Reference in New Issue
Block a user