History log of /plugin/struct/_test/SearchConfigParameterTest.php (Results 1 – 7 of 7)
Revision Date Author Comments
# de7aa9ac 18-Jan-2024 Anna Dabrowska <dabrowska@cosmocode.de>

Tests: update for current code and expose invisible tests to group based
testing


# fdf37115 18-Jul-2023 Andreas Gohr <andi@splitbrain.org>

refactoring dynamic parameter handling, part 4

This finally adjusts the tests. It also adds getLimit and getOffset in
the search class.


# af0ce8d2 26-Jun-2023 Andreas Gohr <andi@splitbrain.org>

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

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

show more ...


# 3ff5da8a 06-Apr-2023 Andreas Gohr <andi@splitbrain.org>

fixed flaky test

It was depending on timing.


# 76e537bf 05-Apr-2023 Andreas Gohr <andi@splitbrain.org>

more test fixes


# 850ad33e 05-Apr-2023 Andreas Gohr <andi@splitbrain.org>

tests should succeed again

Mostly replacements for PHPQuery were needed.


# 8fed17f3 05-Apr-2023 Andreas Gohr <andi@splitbrain.org>

clean up for the tests

This mostly corrects file and class names for PSR-2. Function names have
not been adjusted yet