Unverified Commit 409af2de authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3136389 by jyotimishra123, Hardik_Patel_12, Suresh Prabhu Parkala,...

Issue #3136389 by jyotimishra123, Hardik_Patel_12, Suresh Prabhu Parkala, shimpy, longwave, quietone: Remove '@group legacy' from tests that do not exercise deprecated code
parent 2a17e73d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@
 * Tests removing action module's configuration.
 *
 * @group Update
 * @group legacy
 */
class ActionConfigTest extends UpdatePathTestBase {

+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@
 * Tests the views integration of content_moderation.
 *
 * @group content_moderation
 * @group legacy
 */
class ViewsDataIntegrationTest extends ViewsKernelTestBase {

+0 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@
 * Ensures that update hook is run properly for deleting obsolete Hal settings.
 *
 * @group hal
 * @group legacy
 */
class HalSettingsDeletionUpdateTest extends UpdatePathTestBase {

+0 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@
 * Ensures that update hook is run properly for deleting obsolete serialization settings.
 *
 * @group serialization
 * @group legacy
 */
class SerializationSettingsDeletionUpdateTest extends UpdatePathTestBase {

+0 −1
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@
 * @see https://www.drupal.org/node/2928906
 *
 * @group Update
 * @group legacy
 */
class IdentifierFieldSchemaTypeUpdateTest extends UpdatePathTestBase {

Loading