Verified Commit 4d996506 authored by Dave Long's avatar Dave Long
Browse files

Issue #3268809 by quietone, Spokje, Rishabh Vishwakarma, ravi.shankar,...

Issue #3268809 by quietone, Spokje, Rishabh Vishwakarma, ravi.shankar, mrinalini9, Medha Kumari, JatinGupta40, smustgrave, xjm, longwave, catch: Fix class comment doc blocks in tests for 'Drupal.Commenting.DocComment.ShortSingleLine'

(cherry picked from commit 7710bd60)
parent faeae2b8
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -6,8 +6,7 @@
use Drupal\Tests\BrowserTestBase;

/**
 * Tests complex actions configuration by adding, editing, and deleting a
 * complex action.
 * Tests complex actions configuration.
 *
 * @group action
 */
+1 −2
Original line number Diff line number Diff line
@@ -5,8 +5,7 @@
use Drupal\Tests\BrowserTestBase;

/**
 * Tests that a newly installed theme does not inherit blocks to its hidden
 * regions.
 * Tests that blocks are not added to hidden regions on theme installation.
 *
 * @group block
 */
+1 −2
Original line number Diff line number Diff line
@@ -6,8 +6,7 @@
use Drupal\block\Entity\Block;

/**
 * Tests that an active block assigned to a non-existing region triggers the
 * warning message and is disabled.
 * Tests that blocks assigned to invalid regions are disabled with a warning.
 *
 * @group block
 */
+1 −2
Original line number Diff line number Diff line
@@ -6,8 +6,7 @@
use Drupal\block\Entity\Block;

/**
 * Tests if a block can be configured to be only visible on a particular
 * language.
 * Tests per-language block configuration.
 *
 * @group block
 */
+1 −2
Original line number Diff line number Diff line
@@ -3,8 +3,7 @@
namespace Drupal\Tests\comment\Functional;

/**
 * Tests to ensure that appropriate and accessible markup is created for comment
 * titles.
 * Tests that appropriate and accessible markup is created for comment titles.
 *
 * @group comment
 */
Loading