mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Added default grant value for law
This commit is contained in:
@@ -23,6 +23,7 @@ class LawTest extends TestCase
|
||||
|
||||
public function testConstruct(): void
|
||||
{
|
||||
$this->assertFalse($this->law->getGrant());
|
||||
$this->assertInstanceOf(Collection::class, $this->law->getRights());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user