Skip to content

Commit

Permalink
fixup! EZP-32110: Access additional search result data from Pagefanta…
Browse files Browse the repository at this point in the history
… adapters (unit tests + CS)
  • Loading branch information
adamwojs committed Dec 19, 2020
1 parent fd193df commit 8c75584
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Scenario: A content view can be configured to run and render a query and return
}
"""
When I view a content matched by the view configuration above
Then the Query results assigned to the "children" twig variable is a "Pagerfanta\Pagerfanta" object
Then the Query results assigned to the "children" twig variable is a "\eZ\Publish\Core\Pagination\Pagerfanta\Pagerfanta" object

Scenario: A content view can be configured to run and render a query return a PagerFanta Object and set limit and page name
Given a content item that matches the view configuration block below
Expand Down

0 comments on commit 8c75584

Please sign in to comment.