mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-03 17:44:48 +02:00
refactor: ActionFactory (#2833)
This commit is contained in:
parent
af5648d928
commit
b7b9378484
3 changed files with 18 additions and 47 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue