1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-06 16:46:30 +02:00

refactor: ActionFactory (#2833)

This commit is contained in:
Dag
2022-06-22 18:28:07 +02:00
committed by GitHub
parent af5648d928
commit b7b9378484
3 changed files with 18 additions and 47 deletions

View File

@@ -78,7 +78,6 @@ class ListActionTest extends TestCase {
private function initAction() {
$actionFac = new ActionFactory();
$actionFac->setWorkingDir(PATH_LIB_ACTIONS);
$action = $actionFac->create('list');
$action->setUserData(array()); /* no user data required */