Verified Commit 94b717e9 authored by Dave Long's avatar Dave Long
Browse files

Issue #3470179 by catch, quietone: Account for test type, number of methods,...

Issue #3470179 by catch, quietone: Account for test type, number of methods, and data providers in test ordering
parent 88774524
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@
 * @coversDefaultClass \Drupal\block_content\BlockContentAccessControlHandler
 *
 * @group block_content
 * @group #slow
 */
class BlockContentAccessHandlerTest extends KernelTestBase {

+0 −1
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@
 * Tests different ways of enabling CKEditor 5 plugins.
 *
 * @group ckeditor5
 * @group #slow
 * @internal
 */
class CKEditor5PluginManagerTest extends KernelTestBase {
+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@
 * @covers \Drupal\ckeditor5\Plugin\Validation\Constraint\FundamentalCompatibilityConstraintValidator
 * @covers \Drupal\ckeditor5\Plugin\Validation\Constraint\CKEditor5MediaAndFilterSettingsInSyncConstraintValidator
 * @group ckeditor5
 * @group #slow
 */
class ValidatorsTest extends KernelTestBase {

+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@
 * Tests validation of contact_form entities.
 *
 * @group contact
 * @group #slow
 */
class ContactFormValidationTest extends ConfigEntityValidationTestBase {

+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@
 * Tests links between a content entity and a content_moderation_state entity.
 *
 * @group content_moderation
 * @group #slow
 */
class ContentModerationStateTest extends KernelTestBase {

Loading