Renamed SecureRequestedRightChecker and implemented integration tests for it

This commit is contained in:
Kevin Frantz
2019-02-16 09:19:49 +01:00
parent 8f0b806719
commit 2aebdd603c
10 changed files with 109 additions and 23 deletions

View File

@@ -9,7 +9,7 @@ use App\Domain\RightManagement\RightTransformerServiceInterface;
/**
* @author kevinfrantz
*/
final class SecureRequestedRightChecker implements SecureRequestedRightCheckerInterface
final class SecureRequestedRightCheckerService implements SecureRequestedRightCheckerServiceInterface
{
/**
* @var RightTransformerServiceInterface
@@ -27,7 +27,7 @@ final class SecureRequestedRightChecker implements SecureRequestedRightCheckerIn
/**
* {@inheritdoc}
*
* @see \App\Domain\SecureManagement\SecureRequestedRightCheckerInterface::check()
* @see \App\Domain\SecureManagement\SecureRequestedRightCheckerServiceInterface::check()
*/
public function check(RequestedRightInterface $requestedRight): bool
{

View File

@@ -9,7 +9,7 @@ use App\Domain\RequestManagement\Right\RequestedRightInterface;
*
* @author kevinfrantz
*/
interface SecureRequestedRightCheckerInterface
interface SecureRequestedRightCheckerServiceInterface
{
/**
* @param RequestedRightInterface $requestedRight