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

Issue fork mailsystem-3298760

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

Harsh panchal created an issue. See original summary.

Harsh panchal’s picture

Category: Task » Bug report
Issue summary: View changes
Status: Active » Needs review
StatusFileSize
new456 bytes

I have fixed this issue and providing a patch.

akshaydalvi212’s picture

Hello @Harsh panchal,

Thanks for the patch, I will review the patch.

akshaydalvi212’s picture

Assigned: akshaydalvi212 » Unassigned
Issue summary: View changes
Status: Needs review » Reviewed & tested by the community
StatusFileSize
new90.24 KB

Hello @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

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

avpaderno’s picture

Category: Bug report » Task
Priority: Normal » Minor
Status: Reviewed & tested by the community » Needs review
tr’s picture

Status: Needs review » Needs work

Yes, 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.

dhruv.mittal’s picture

Assigned: Unassigned » dhruv.mittal
dhruv.mittal’s picture

Assigned: dhruv.mittal » Unassigned
Status: Needs work » Needs review
tr’s picture

Status: Needs review » Needs work

Did not address #8.

pooja saraah’s picture

Status: Needs work » Needs review
StatusFileSize
new657 bytes
new778 bytes

Addressed 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.