7 Commits

Author SHA1 Message Date
de7aa9aced Tests: update for current code and expose invisible tests to group based
testing
2024-01-18 13:15:00 +01:00
fdf371159b refactoring dynamic parameter handling, part 4
This finally adjusts the tests. It also adds getLimit and getOffset in
the search class.
2023-07-18 11:52:26 +02:00
af0ce8d2fb added classes config parameter
This allows users to set custom CSS classes on aggregations potentially
restyling them differently for different use cases.

This makes startScope and finishScope part of the public API of the
Aggregation class. It should no longer be called within render() but is
instead called outside.

This might potentially break plugins implementing their own
aggregations. Needs to be checked
2023-06-26 15:09:40 +02:00
3ff5da8ae6 fixed flaky test
It was depending on timing.
2023-04-06 08:34:00 +02:00
76e537bf11 more test fixes 2023-04-05 13:08:02 +02:00
850ad33e34 tests should succeed again
Mostly replacements for PHPQuery were needed.
2023-04-05 11:58:00 +02:00
8fed17f342 clean up for the tests
This mostly corrects file and class names for PSR-2. Function names have
not been adjusted yet
2023-04-05 11:09:51 +02:00