Implemented test for Right

This commit is contained in:
Kevin Frantz
2018-10-31 15:19:24 +01:00
parent 5e6b8bccbe
commit 09cfcebb92
2 changed files with 44 additions and 2 deletions

View File

@@ -83,8 +83,6 @@ final class Right extends AbstractMeta implements RightInterface
{
parent::__construct();
$this->grant = true;
//$this->node = new Node();
//$this->recieverGroup = new RecieverGroup();
}
public function isGranted(RelationInterface $relation, string $layer, string $right): bool