refactor: ActionFactory (#2833)

This commit is contained in:
Dag 2022-06-22 18:28:07 +02:00 committed by GitHub
parent af5648d928
commit b7b9378484
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 */