diff options
author | zotlabs <mike@macgirvin.com> | 2018-04-23 18:15:18 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-04-23 18:15:18 -0700 |
commit | 59ac3d04eb7739e995a1d7392c4ef8ca0b6c5f86 (patch) | |
tree | 441eaf27002043e6efec5c8935ae6faaca7d57eb /tests/unit/Access/PermissionRolesTest.php | |
parent | 97308ad2fbb31ec90644e6145ec6e17bc9663c22 (diff) | |
parent | 2dff10564c66ceb9f199d4edc936a542c28f5104 (diff) | |
download | volse-hubzilla-59ac3d04eb7739e995a1d7392c4ef8ca0b6c5f86.tar.gz volse-hubzilla-59ac3d04eb7739e995a1d7392c4ef8ca0b6c5f86.tar.bz2 volse-hubzilla-59ac3d04eb7739e995a1d7392c4ef8ca0b6c5f86.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'tests/unit/Access/PermissionRolesTest.php')
-rw-r--r-- | tests/unit/Access/PermissionRolesTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/Access/PermissionRolesTest.php b/tests/unit/Access/PermissionRolesTest.php index f2636da62..58fd88bb1 100644 --- a/tests/unit/Access/PermissionRolesTest.php +++ b/tests/unit/Access/PermissionRolesTest.php @@ -62,7 +62,7 @@ class PermissionRolesTest extends UnitTestCase { $this->assertEquals($roles, $r->roles()); $socialNetworking = [ - 'social_party' => 'Social - Party', + 'social_federation' => 'Social - Federation', 'social' => 'Social - Mostly Public', 'social_restricted' => 'Social - Restricted', 'social_private' => 'Social - Private' |