an attemot to fix the PermissionRolesTest
This commit is contained in:
parent
376091010f
commit
eec4d9b5ad
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user