Problem/Motivation

Thanks for this module!

queue_mail_test currently lives in the root of the project source tree.
Core's convention is to put test modules in tests/modules/*.
That keeps other directories clean and easier to understand.
Sites that do hardening that removes tests directories from all projects in their production filesystem will always clean them up.

Proposed resolution

% git mv queue_mail_test/ tests/modules

Remaining tasks

  1. Agree to do it.
  2. Do it:
    mkdir tests/modules
    git mv queue_mail_test/ tests/modules
    # use git commit command from the issue
    git push
    

Thanks!
-Derek

CommentFileSizeAuthor
#2 3165337-2.patch833 bytesdww

Comments

dww created an issue. See original summary.

dww’s picture

Status: Active » Needs review
StatusFileSize
new833 bytes

git apply --index this, if you like.

Cheers,
-Derek

  • sinn committed c99e3db on 8.x-1.x authored by dww
    Issue #3165337 by dww: Move queue_mail_test into tests/modules
    
sinn’s picture

Status: Needs review » Fixed

Yes, you are right.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.