tests: Fix missing behat context methods
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -159,7 +159,6 @@ class PermissionService {
|
||||
|
||||
$permissions = $this->getPermissions($boardId, $userId);
|
||||
if ($permissions[$permission] === true) {
|
||||
|
||||
if (!$allowDeletedCard && $mapper instanceof CardMapper) {
|
||||
$card = $mapper->find($id);
|
||||
if ($card->getDeletedAt() > 0) {
|
||||
|
||||
Reference in New Issue
Block a user