aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/Access/PermissionRolesTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unit/Access/PermissionRolesTest.php b/tests/unit/Access/PermissionRolesTest.php
index 5e64e773a..f2636da62 100644
--- a/tests/unit/Access/PermissionRolesTest.php
+++ b/tests/unit/Access/PermissionRolesTest.php
@@ -62,6 +62,7 @@ class PermissionRolesTest extends UnitTestCase {
$this->assertEquals($roles, $r->roles());
$socialNetworking = [
+ 'social_party' => 'Social - Party',
'social' => 'Social - Mostly Public',
'social_restricted' => 'Social - Restricted',
'social_private' => 'Social - Private'
@@ -97,4 +98,4 @@ class PermissionRolesTest extends UnitTestCase {
$this->assertEquals(['role' => 'nonexistent'], $rp_nonexistent);
}
-} \ No newline at end of file
+}