Commit b653e639 authored by catch's avatar catch
Browse files

Revert "Issue #3268809 by quietone, Rishabh Vishwakarma, ravi.shankar, Medha...

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

This reverts commit 040893f9.
parent cb0096a7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -6,7 +6,8 @@
use Drupal\Tests\BrowserTestBase;

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

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

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

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

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