Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
$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'],
[
{{if $item.thread_level==2 && $top_child_nr==1}}
<div class="comment-container"> <!--top-child-begin-->
{{/if}}
-{{* end of hacky part to count childrens *}}
+{{* end of hacky part to count children *}}
{{if $mode == display}}