Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
The module needs test coverage to ensure code quality and reach a stable release.
Issue fork configurable_views_filter_block-3408499
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
manuel.adanFirst browser test covering the module's main feature.
Comment #6
aaron gil martinez CreditAttribution: aaron gil martinez commentedManuel.Adam Seems a good starting point, the test works and checks the fields exposed in the form by the module.
Added a MR where I played a bit with the form and fields, it checks the same that the one provided in MR6 but wanted to try with a modification of a block, something its not working, could be my changes.
I think its a good idea to merge 6 and enable CI, and continue building more tests about the features that the module provides like additional configuration or more cases.
Comment #8
manuel.adanThank you for the review! Committed as suggested, so now we have basic test coverage to be extended.