mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Implemented more layers
This commit is contained in:
@@ -41,7 +41,7 @@ class RightCheckerTest extends TestCase
|
||||
|
||||
public function setUp(): void
|
||||
{
|
||||
$this->layer = LayerType::RELATION;
|
||||
$this->layer = LayerType::MEMBER;
|
||||
$this->type = CRUDType::READ;
|
||||
$this->source = new PureSource();
|
||||
$this->right = new Right();
|
||||
|
Reference in New Issue
Block a user