tables icon indicating copy to clipboard operation
tables copied to clipboard

chore: Added phpunit for the filtering function in Row2Mapper::findAll

Open AIlkiv opened this issue 5 months ago • 4 comments

These filters are mainly used for View.

image

In this PR, I covered the following column types with tests:

  1. text
  2. number
  3. selection (single, check, multi)

In the future, I will try to add tests for other column types and check AND/OR operators.

AIlkiv avatar Aug 20 '25 12:08 AIlkiv