chore: Create PublicLinkService tests.

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2023-05-16 14:55:34 +02:00
parent cbf18bb186
commit cb1e5f9e93
15 changed files with 880 additions and 148 deletions

View File

@@ -4,7 +4,7 @@
*
* @author nuxsmin
* @link https://syspass.org
* @copyright 2012-2022, Rubén Domínguez nuxsmin@$syspass.org
* @copyright 2012-2023, Rubén Domínguez nuxsmin@$syspass.org
*
* This file is part of sysPass.
*
@@ -24,7 +24,6 @@
namespace SP\Modules\Web\Controllers\PublicLink;
use Exception;
use SP\Core\Acl\ActionsInterface;
use SP\Core\Events\Event;
@@ -79,4 +78,4 @@ final class SaveCreateFromAccountController extends PublicLinkSaveBase
return $this->returnJsonResponseException($e);
}
}
}
}