Problem/Motivation
Although the module currently has unit and kernel tests to verify its intended behavior, there are no tests to ensure it actually installs correctly. Drupal core introduced GenericModuleTestBase, to help modules test basic functionality easily.
Steps to reproduce
- Run
phpunit - Notice that no functional test is executed to verify basic functionality, such as installing and uninstalling this module.
Proposed resolution
Add GenericTest class, which is a functional test extending the GenericModuleTestBase class.
Remaining tasks
- Add a functional test that extends
GenericModuleTestBase - Implement
hook_help
User interface changes
None
API changes
None
Data model changes
None
Issue fork table_header_scope_attribute-3556396
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 #4
watergate commentedComment #6
watergate commented