FILE: C:\xampp\htdocs\drupal95\web\modules\contrib\mailsystem\tests\modules\mailsystem_test\mailsystem_test.info.yml
--------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------
1 | WARNING | "Description" property is missing in the info.yml file
--------------------------------------------------------------------------------------------------------------------
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | interdiff_2-12.patch | 778 bytes | pooja saraah |
| #12 | Description-property-is-missing-3298760-12.patch | 657 bytes | pooja saraah |
Issue fork mailsystem-3298760
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 #2
Harsh panchal commentedI have fixed this issue and providing a patch.
Comment #3
akshaydalvi212 commentedHello @Harsh panchal,
Thanks for the patch, I will review the patch.
Comment #4
akshaydalvi212 commentedHello @Harsh panchal,
After applying the above patch: Description-property-is-missing-3298760-2.patch

It eliminates the warning mentioned above.
hence shifting the issue status to reviewed and tested by the community.
Thanks and regards
Comment #7
avpadernoComment #8
tr commentedYes, the description property is missing in the .info.yml file of the test-only module "mailsystem_test".
But the patch doesn't add a valid description - it just copies the description from the main mailsystem module.
A valid description should describe what the test-only module does. I would rather have no description than have a wrong description.
Comment #9
dhruv.mittal commentedComment #10
dhruv.mittal commentedComment #11
tr commentedDid not address #8.
Comment #12
pooja saraah commentedAddressed comment #11 Made improvements to the description of the mailsystem_test module.
Applied the previous patch.
Made some follow-up changes.
Interdiff attached for review.