Support from Acquia helps fund testing for Drupal Acquia logo

Comments

afeijo’s picture

Assigned: Unassigned » afeijo
Status: Active » Needs review
FileSize
3.42 KB

Like that?

Status: Needs review » Needs work

The last submitted patch, Convert-BLOCK_LABEL_VISIBLE-to-a-constant--2029677-2.patch, failed testing.

afeijo’s picture

Status: Needs work » Needs review
FileSize
4.05 KB

New try, this time I ran simpletest locally and it worked

my original patch was missing the use line where the block simpletest files needs our constant

dawehner’s picture

These are the only 5 places for this constant.

+++ b/core/modules/block/lib/Drupal/block/BlockInterface.phpundefined
@@ -13,6 +13,10 @@
 interface BlockInterface extends ConfigEntityInterface {
+  /**

The documentation standard says, that there should be an empty line between the { and the first actual documentation.

afeijo’s picture

Ok, here it is with the blank line.

afeijo’s picture

sorry, sent the wrong patch

dawehner’s picture

Status: Needs review » Reviewed & tested by the community

Perfect!

YesCT’s picture

Issue tags: +RTBC July 1

This issue was RTBC and passing tests on July 1, the beginning of API freeze.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed e29aaab and pushed to 8.x. Thanks!

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