Skip to content

Commit

Permalink
Merge pull request #26478 from larssandergreen/Possible-fix-for-Group…
Browse files Browse the repository at this point in the history
…Test

dev/core#4327 Possible fix for GroupTest occasional failures
  • Loading branch information
eileenmcnaughton authored Jun 8, 2023
2 parents 9dbdaf3 + bb8e8cb commit 4ea4bf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/phpunit/api/v4/Entity/GroupTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ public function testGetParents() {
->addSelect('id', 'child_group.id', 'child_group.title')
->addJoin('Group AS child_group', 'INNER', 'GroupNesting', ['id', '=', 'child_group.parent_group_id'])
->addOrderBy('id')
->addOrderBy('child_group.id')
->execute();

$this->assertCount(3, $joined);
Expand Down

0 comments on commit 4ea4bf4

Please sign in to comment.