mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
user webhook: registration and delete
This commit is contained in:
@@ -79,7 +79,7 @@ class UserDeletionTest extends \PhraseanetAuthenticatedWebTestCase
|
||||
$apiLog = $apiLogManipulator->create($account, new Request(), new Response());
|
||||
$apiLogId = $apiLog->getId();
|
||||
|
||||
$this->userManipulator->delete($this->user, true);
|
||||
$this->userManipulator->delete($this->user);
|
||||
$this->assertTrue($this->user->isDeleted(), 'User was not properly deleted');
|
||||
|
||||
$apiLogRepository->clear();
|
||||
|
Reference in New Issue
Block a user