Remove support for user.parent-uid = 0
- uid = 0 is the system user which isn't supposed to be the parent-uid of all the non-delegate users
This commit is contained in:
@@ -82,7 +82,7 @@ class UserTest extends MockedTest
|
||||
public function testIdentitiesAsParent()
|
||||
{
|
||||
$parentSelect = $this->parent;
|
||||
$parentSelect['parent-uid'] = 0;
|
||||
$parentSelect['parent-uid'] = null;
|
||||
|
||||
// Select the user itself (=parent)
|
||||
$this->dbMock->shouldReceive('selectFirst')->with('user',
|
||||
|
||||
Reference in New Issue
Block a user