Skip to content

Commit

Permalink
Update eZ/Publish/API/Repository/Tests/Filtering/ContentFilteringTest…
Browse files Browse the repository at this point in the history
….php

Co-authored-by: Andrew Longosz <alongosz@users.noreply.github.com>
  • Loading branch information
vidarl and alongosz authored Feb 13, 2024
1 parent 57fcf5b commit b3cf696
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,9 @@ private function performAndAssertSimpleSortClauseQuery(FilteringSortClause $sort
self::assertSame(57, $contentList->getIterator()[0]->id);
}

/**
* @throws \eZ\Publish\API\Repository\Exceptions\Exception
*/
public function testObjectStateIdCriterionOnMultipleObjectStates(): void
{
$contentService = $this->getRepository()->getContentService();
Expand Down

0 comments on commit b3cf696

Please sign in to comment.