user webhook: registration and delete

This commit is contained in:
aynsix
2019-09-20 18:01:23 +04:00
parent 861785e7ab
commit 5d8132b08d
11 changed files with 61 additions and 18 deletions

View File

@@ -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();