Fix primary key usage with different types
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -57,7 +57,7 @@ class GroupTest extends \Test\TestCase {
|
||||
$expected = [
|
||||
'uid' => 'mygroup',
|
||||
'displayname' => 'My Group',
|
||||
'primaryKey' => 'mygroup'
|
||||
'primaryKey' => '1:mygroup'
|
||||
];
|
||||
|
||||
$actual = $groupRelationalObject->jsonSerialize();
|
||||
|
||||
Reference in New Issue
Block a user