Added default grant value for law

This commit is contained in:
Kevin Frantz
2019-01-01 21:33:13 +01:00
parent 1ee710e608
commit 3efa57f29a
5 changed files with 21 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ class LawTest extends TestCase
public function testConstruct(): void
{
$this->assertFalse($this->law->getGrant());
$this->assertInstanceOf(Collection::class, $this->law->getRights());
}