Implemented test draft for reciever

This commit is contained in:
Kevin Frantz
2018-11-04 16:12:16 +01:00
parent 9e4b00e2ae
commit 2f316ae55d
4 changed files with 41 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ class RightTest extends TestCase
public function testConstructor(): void
{
$this->assertEquals($this->right,$this->right->getReciever()->getRight());
$this->assertEquals($this->right, $this->right->getReciever()->getRight());
$this->expectException(\TypeError::class);
$this->assertNull($this->right->getLaw());
$this->expectException(\TypeError::class);