Implemented more tests for user

This commit is contained in:
Kevin Frantz
2018-11-04 12:40:57 +01:00
parent 577f30e0f7
commit 60a071c428
4 changed files with 40 additions and 0 deletions

View File

@@ -47,5 +47,6 @@ class UserTest extends TestCase
public function testSource(): void
{
$this->assertInstanceOf(UserSource::class, $this->user->getSource());
$this->assertEquals($this->user, $this->user->getSource()->getUser());
}
}