Problem/Motivation

This module only has a few installation tests, but no real functional tests. But definitely should have them with all its complexity.

Please help, community! :)

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork cer-3572483

Command icon 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

anybody created an issue. See original summary.

nickolaj made their first commit to this issue’s fork.

nickolaj’s picture

Status: Active » Needs review

Added comprehensive test coverage: a Kernel test (`CorrespondingReferenceTest`) with 16 test methods covering insert/update/delete sync, bundle restrictions, wildcard bundles, prepend/append direction, duplicate prevention, two-field sync, and config entity methods; plus a Functional test (`CorrespondingReferenceAdminTest`) with 5 test methods covering admin UI access control, CRUD operations, and permission checks.

anybody’s picture

Thanks @nickolaj! At at first glance this looks really good to me. @maintainers: What do you think? Anything else specific to test?

At least this looks like a very solid foundation!