test(IT): Test account edit pass

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2024-08-04 12:06:40 +02:00
parent e7782c50e1
commit 3f2f708df9
2 changed files with 0 additions and 6 deletions

View File

@@ -24,7 +24,6 @@
namespace SP\Modules\Web\Controllers\Account;
use SP\Core\Application;
use SP\Domain\Account\Ports\AccountPresetService;
use SP\Domain\Account\Ports\AccountService;

View File

@@ -25,8 +25,6 @@
namespace SP\Modules\Web\Controllers\Account;
use Exception;
use Psr\Container\ContainerExceptionInterface;
use Psr\Container\NotFoundExceptionInterface;
use SP\Core\Events\Event;
use SP\Domain\Account\Dtos\AccountEnrichedDto;
use SP\Domain\Core\Acl\AclActionsInterface;
@@ -44,9 +42,6 @@ final class EditPassController extends AccountViewBase
* Obtener los datos para mostrar el interface para modificar la clave de cuenta
*
* @param int $id Account's ID
*
* @throws ContainerExceptionInterface
* @throws NotFoundExceptionInterface
*/
public function editPassAction(int $id): void
{