mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Optimized constructor of right
This commit is contained in:
@@ -7,7 +7,6 @@ use App\DBAL\Types\RightType;
|
||||
use App\Entity\Meta\RightInterface;
|
||||
use App\Entity\Meta\Right;
|
||||
use App\Entity\Meta\Law;
|
||||
use App\Entity\Meta\RecieverInterface;
|
||||
|
||||
/**
|
||||
* @todo Implement reciever test
|
||||
@@ -28,7 +27,7 @@ class RightTest extends TestCase
|
||||
|
||||
public function testConstructor(): void
|
||||
{
|
||||
$this->assertInstanceOf(RecieverInterface::class, $this->right->getReciever());
|
||||
$this->assertEquals($this->right,$this->right->getReciever()->getRight());
|
||||
$this->expectException(\TypeError::class);
|
||||
$this->assertNull($this->right->getLaw());
|
||||
$this->expectException(\TypeError::class);
|
||||
|
Reference in New Issue
Block a user