'Tests' and 'rules' terms need swapping for files in /tests/src/Kernel/ directory.

Example:

/**
 * @file
 * Contains \Drupal\rules\Tests\EntityViewTest.
 */
namespace Drupal\Tests\rules\Kernel;

Should be

/**
 * @file
 * Contains \Drupal\Tests\rules\EntityViewTest.
 */
CommentFileSizeAuthor
#5 2661362-5.patch4.46 KBmiteshmap

Comments

dpi created an issue. See original summary.

dpi’s picture

Issue summary: View changes
Issue tags: +trivial
klausi’s picture

Issue tags: -trivial +Contributor, +Novice
dpi’s picture

Thanks, the term was escaping me

miteshmap’s picture

StatusFileSize
new4.46 KB

Added for all kernel tests.

miteshmap’s picture

Status: Active » Needs review
klausi’s picture

Status: Needs review » Needs work

Cool, can you file a pull request as described in the readme?

miteshmap’s picture

Thanks @klausi, Here it is - https://github.com/fago/rules/pull/385

miteshmap’s picture

Status: Needs work » Needs review

  • klausi committed 93a0591 on authored by miteshmap
    Issue #2661362: @file block for kernel tests incorrect namespace updated...
klausi’s picture

Status: Needs review » Fixed

merged, thanks!

Status: Fixed » Closed (fixed)

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