summaryrefslogtreecommitdiff
path: root/tests/app/AuthTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/AuthTest.php')
-rw-r--r--tests/app/AuthTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/AuthTest.php b/tests/app/AuthTest.php
index 8465167bc7..05fb4c6f23 100644
--- a/tests/app/AuthTest.php
+++ b/tests/app/AuthTest.php
@@ -99,7 +99,7 @@ class AuthTest extends \Fisharebest\Webtrees\TestCase
$user = User::create('admin', 'Administrator', 'admin@example.com', 'secret');
$this->assertFalse(Auth::isAdmin($user));
- // Make the user a manager.
+ // Make the user an administrator.
$user->setPreference('canadmin', '1');
$this->assertTrue(Auth::isAdmin($user));