summaryrefslogtreecommitdiff
path: root/tests/app/SiteUserTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/SiteUserTest.php')
-rw-r--r--tests/app/SiteUserTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/app/SiteUserTest.php b/tests/app/SiteUserTest.php
index 01c4a5df24..b4de3bfa86 100644
--- a/tests/app/SiteUserTest.php
+++ b/tests/app/SiteUserTest.php
@@ -33,7 +33,6 @@ class SiteUserTest extends TestCase
Site::setPreference('SMTP_FROM_NAME', 'email@example.com');
Site::setPreference('SMTP_DISP_NAME', 'My site');
- self::assertInstanceOf(UserInterface::class, $user);
self::assertSame(0, $user->id());
self::assertSame('email@example.com', $user->email());
self::assertSame('My site', $user->realName());