spelling: children

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-26 18:04:43 -04:00
parent 4c41f5a2f3
commit 9fc26de628
2 changed files with 2 additions and 2 deletions

View file

@ -133,7 +133,7 @@ class UserTest extends MockedTest
$this->dbMock->shouldReceive('isResult')->with('objectReturn')->andReturn(true)->once();
$this->dbMock->shouldReceive('toArray')->with('objectReturn', true, 0)->andReturn([$this->parent])->once();
// Select the childs (user & manage)
// Select the children (user & manage)
$this->dbMock->shouldReceive('select')->with('user',
['uid', 'username', 'nickname'],
[