mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-04 15:44:07 +01:00
chore: Create AccountCryptService tests
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -40,7 +40,7 @@ final class TestTaskController
|
||||
*/
|
||||
public function testTaskAction(string $taskId): void
|
||||
{
|
||||
$task = TaskFactory::create($taskId, $taskId);
|
||||
$task = TaskFactory::register($taskId, $taskId);
|
||||
|
||||
echo $task->getTaskId();
|
||||
|
||||
@@ -55,4 +55,4 @@ final class TestTaskController
|
||||
|
||||
TaskFactory::end($task);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user