aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-03-23 10:16:06 +0100
committerMario Vavti <mario@mariovavti.com>2018-03-23 10:16:06 +0100
commiteec4d9b5ad2ad3fbc4d5c5651fcccdc81b248af9 (patch)
tree821895fa1d3578eb7d3656cac1230e4ba640c8f7 /tests
parent376091010f0c4613c76e30d81285c5c5f54f56d5 (diff)
downloadvolse-hubzilla-eec4d9b5ad2ad3fbc4d5c5651fcccdc81b248af9.tar.gz
volse-hubzilla-eec4d9b5ad2ad3fbc4d5c5651fcccdc81b248af9.tar.bz2
volse-hubzilla-eec4d9b5ad2ad3fbc4d5c5651fcccdc81b248af9.zip
an attemot to fix the PermissionRolesTest
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
+}