Issue #3415811 by catch: Add @group #slow to more functional tests
parent
929da61ebc
commit
526d8ef95e
|
@ -6,6 +6,7 @@ use Drupal\Tests\rest\Functional\AnonResourceTestTrait;
|
|||
|
||||
/**
|
||||
* @group rest
|
||||
* @group #slow
|
||||
*/
|
||||
class CommentJsonAnonTest extends CommentResourceTestBase {
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ use Drupal\Tests\rest\Functional\BasicAuthResourceTestTrait;
|
|||
|
||||
/**
|
||||
* @group rest
|
||||
* @group #slow
|
||||
*/
|
||||
class CommentJsonBasicAuthTest extends CommentResourceTestBase {
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ use Drupal\Tests\rest\Functional\CookieResourceTestTrait;
|
|||
|
||||
/**
|
||||
* @group rest
|
||||
* @group #slow
|
||||
*/
|
||||
class CommentJsonCookieTest extends CommentResourceTestBase {
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@ use Drupal\Tests\rest\Functional\EntityResource\XmlEntityNormalizationQuirksTrai
|
|||
|
||||
/**
|
||||
* @group rest
|
||||
* @group #slow
|
||||
*/
|
||||
class CommentXmlAnonTest extends CommentResourceTestBase {
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@ use Drupal\Tests\rest\Functional\EntityResource\XmlEntityNormalizationQuirksTrai
|
|||
|
||||
/**
|
||||
* @group rest
|
||||
* @group #slow
|
||||
*/
|
||||
class CommentXmlBasicAuthTest extends CommentResourceTestBase {
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@ use Drupal\Tests\rest\Functional\EntityResource\XmlEntityNormalizationQuirksTrai
|
|||
|
||||
/**
|
||||
* @group rest
|
||||
* @group #slow
|
||||
*/
|
||||
class CommentXmlCookieTest extends CommentResourceTestBase {
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@ use Drupal\node\Entity\Node;
|
|||
* Tests Daterange field functionality.
|
||||
*
|
||||
* @group datetime
|
||||
* @group #slow
|
||||
*/
|
||||
class DateRangeFieldTest extends DateTestBase {
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@ use Drupal\Tests\system\Functional\Menu\AssertBreadcrumbTrait;
|
|||
* Verifies log entries and user access based on permissions.
|
||||
*
|
||||
* @group dblog
|
||||
* @group #slow
|
||||
*/
|
||||
class DbLogTest extends BrowserTestBase {
|
||||
use FakeLogEntries;
|
||||
|
|
|
@ -10,6 +10,7 @@ use Drupal\views\Views;
|
|||
* @see Drupal\dblog\Tests\DbLogTest
|
||||
*
|
||||
* @group dblog
|
||||
* @group #slow
|
||||
*/
|
||||
class DbLogViewsTest extends DbLogTest {
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@ use Drupal\FunctionalTests\Update\UpdatePathTestBase;
|
|||
* Tests adding editor_image_lazy_load filter to editor_file_reference.
|
||||
*
|
||||
* @group Update
|
||||
* @group #slow
|
||||
*/
|
||||
class EditorAddLazyLoadImageFilterUpdateTest extends UpdatePathTestBase {
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@ use Drupal\file\Entity\File;
|
|||
* Tests the 'managed_file' element type.
|
||||
*
|
||||
* @group file
|
||||
* @group #slow
|
||||
* @todo Create a FileTestBase class and move FileFieldTestBase methods
|
||||
* that aren't related to fields into it.
|
||||
*/
|
||||
|
|
|
@ -15,6 +15,7 @@ use Drupal\user\RoleInterface;
|
|||
* Thoroughly test the administrative interface of the filter module.
|
||||
*
|
||||
* @group filter
|
||||
* @group #slow
|
||||
*/
|
||||
class FilterAdminTest extends BrowserTestBase {
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@ use Drupal\search\Entity\SearchPage;
|
|||
* Tests merging help topics module when the module is not installed.
|
||||
*
|
||||
* @group Update
|
||||
* @group #slow
|
||||
*/
|
||||
class HelpTopicsMerge extends UpdatePathTestBase {
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@ use Drupal\FunctionalTests\Update\UpdatePathTestBase;
|
|||
* Tests merging help topics module when the module is enabled.
|
||||
*
|
||||
* @group Update
|
||||
* @group #slow
|
||||
*/
|
||||
class HelpTopicsUninstall extends UpdatePathTestBase {
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@ use Drupal\user\Entity\User;
|
|||
* JSON:API integration test for the "EntityTestComputedField" content entity type.
|
||||
*
|
||||
* @group jsonapi
|
||||
* @group #slow
|
||||
*/
|
||||
class EntityTestComputedFieldTest extends ResourceTestBase {
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@ use Drupal\user\Entity\User;
|
|||
* JSON:API integration test for the "EntityTestMapField" content entity type.
|
||||
*
|
||||
* @group jsonapi
|
||||
* @group #slow
|
||||
*/
|
||||
class EntityTestMapFieldTest extends ResourceTestBase {
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@ use Drupal\user\Entity\User;
|
|||
* JSON:API integration test for the "EntityTest" content entity type.
|
||||
*
|
||||
* @group jsonapi
|
||||
* @group #slow
|
||||
*/
|
||||
class EntityTestTest extends ResourceTestBase {
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@ use GuzzleHttp\RequestOptions;
|
|||
* JSON:API integration test for the "Shortcut" content entity type.
|
||||
*
|
||||
* @group jsonapi
|
||||
* @group #slow
|
||||
*/
|
||||
class ShortcutTest extends ResourceTestBase {
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@ use GuzzleHttp\RequestOptions;
|
|||
* JSON:API integration test for the "Term" content entity type.
|
||||
*
|
||||
* @group jsonapi
|
||||
* @group #slow
|
||||
*/
|
||||
class TermTest extends ResourceTestBase {
|
||||
|
||||
|
|
|
@ -13,6 +13,7 @@ use Drupal\Core\Language\LanguageInterface;
|
|||
* Tests the validation of translation strings and search results.
|
||||
*
|
||||
* @group locale
|
||||
* @group #slow
|
||||
*/
|
||||
class LocaleTranslationUiTest extends BrowserTestBase {
|
||||
|
||||
|
|
|
@ -13,6 +13,7 @@ use Drupal\user\RoleInterface;
|
|||
* Basic access tests for Media.
|
||||
*
|
||||
* @group media
|
||||
* @group #slow
|
||||
*/
|
||||
class MediaAccessTest extends MediaFunctionalTestBase {
|
||||
|
||||
|
|
|
@ -13,6 +13,7 @@ use Drupal\user\RoleInterface;
|
|||
* Tests the revisions of media entities.
|
||||
*
|
||||
* @group media
|
||||
* @group #slow
|
||||
*/
|
||||
class MediaRevisionTest extends MediaFunctionalTestBase {
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@ use Drupal\Tests\menu_ui\Traits\MenuUiTrait;
|
|||
* Tools menu, checks their data, and deletes them using the UI.
|
||||
*
|
||||
* @group menu_ui
|
||||
* @group #slow
|
||||
*/
|
||||
class MenuUiTest extends BrowserTestBase {
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ namespace Drupal\Tests\migrate_drupal_ui\Functional;
|
|||
* Tests that a missing source provider error message is displayed.
|
||||
*
|
||||
* @group migrate_drupal_ui
|
||||
* @group #slow
|
||||
*/
|
||||
class SourceProviderTest extends MigrateUpgradeTestBase {
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@ use Drupal\Tests\node\Traits\ContentTypeCreationTrait;
|
|||
* Create a node and test saving it.
|
||||
*
|
||||
* @group node
|
||||
* @group #slow
|
||||
*/
|
||||
class NodeCreationTest extends NodeTestBase {
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ use Drupal\user\Entity\User;
|
|||
* Tests that node access queries are properly altered by the node module.
|
||||
*
|
||||
* @group node
|
||||
* @group #slow
|
||||
*/
|
||||
class NodeQueryAlterTest extends NodeTestBase {
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@ use Drupal\Tests\system\Functional\Cache\AssertPageCacheContextsAndTagsTrait;
|
|||
* Ensures that node type functions work correctly.
|
||||
*
|
||||
* @group node
|
||||
* @group #slow
|
||||
*/
|
||||
class NodeTypeTest extends NodeTestBase {
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@ use Drupal\Tests\field\Functional\FieldTestBase;
|
|||
* Tests the Options field UI functionality.
|
||||
*
|
||||
* @group options
|
||||
* @group #slow
|
||||
*/
|
||||
class OptionsFieldUITest extends FieldTestBase {
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@ use Drupal\Tests\BrowserTestBase;
|
|||
* Verify the search config settings form.
|
||||
*
|
||||
* @group search
|
||||
* @group #slow
|
||||
*/
|
||||
class SearchConfigSettingsFormTest extends BrowserTestBase {
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ use Drupal\Tests\rest\Functional\AnonResourceTestTrait;
|
|||
|
||||
/**
|
||||
* @group rest
|
||||
* @group #slow
|
||||
*/
|
||||
class EntityTestTextItemNormalizerTest extends EntityTestResourceTestBase {
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@ use Drupal\Tests\BrowserTestBase;
|
|||
* Tests converting JavaScript time zone abbreviations to time zone identifiers.
|
||||
*
|
||||
* @group Datetime
|
||||
* @group #slow
|
||||
*/
|
||||
class TimeZoneAbbreviationRouteTest extends BrowserTestBase {
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@ use Drupal\Tests\BrowserTestBase;
|
|||
* Tests the entity form.
|
||||
*
|
||||
* @group Entity
|
||||
* @group #slow
|
||||
*/
|
||||
class EntityFormTest extends BrowserTestBase {
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ use Drupal\Tests\BrowserTestBase;
|
|||
* Tests the tableselect form element for expected behavior.
|
||||
*
|
||||
* @group Form
|
||||
* @group #slow
|
||||
*/
|
||||
class ElementsTableSelectTest extends BrowserTestBase {
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ use Drupal\FunctionalTests\Update\UpdatePathTestBase;
|
|||
* Tests update to readme inside the configuration synchronization directory.
|
||||
*
|
||||
* @group Update
|
||||
* @group #slow
|
||||
*/
|
||||
class ConfigSyncReadmeUpdateTest extends UpdatePathTestBase {
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ use Drupal\Tests\rest\Functional\AnonResourceTestTrait;
|
|||
|
||||
/**
|
||||
* @group rest
|
||||
* @group #slow
|
||||
*/
|
||||
class UserJsonAnonTest extends UserResourceTestBase {
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ use Drupal\Tests\rest\Functional\BasicAuthResourceTestTrait;
|
|||
|
||||
/**
|
||||
* @group rest
|
||||
* @group #slow
|
||||
*/
|
||||
class UserJsonBasicAuthTest extends UserResourceTestBase {
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ use Drupal\Tests\rest\Functional\CookieResourceTestTrait;
|
|||
|
||||
/**
|
||||
* @group rest
|
||||
* @group #slow
|
||||
*/
|
||||
class UserJsonCookieTest extends UserResourceTestBase {
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@ use Drupal\Tests\rest\Functional\EntityResource\XmlEntityNormalizationQuirksTrai
|
|||
|
||||
/**
|
||||
* @group rest
|
||||
* @group #slow
|
||||
*/
|
||||
class UserXmlAnonTest extends UserResourceTestBase {
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@ use Drupal\Tests\rest\Functional\EntityResource\XmlEntityNormalizationQuirksTrai
|
|||
|
||||
/**
|
||||
* @group rest
|
||||
* @group #slow
|
||||
*/
|
||||
class UserXmlBasicAuthTest extends UserResourceTestBase {
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@ use Drupal\Tests\rest\Functional\EntityResource\XmlEntityNormalizationQuirksTrai
|
|||
|
||||
/**
|
||||
* @group rest
|
||||
* @group #slow
|
||||
*/
|
||||
class UserXmlCookieTest extends UserResourceTestBase {
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@ use Drupal\views_test_data\Plugin\views\display\DisplayTest as DisplayTestPlugin
|
|||
* Tests the basic display plugin.
|
||||
*
|
||||
* @group views
|
||||
* @group #slow
|
||||
*/
|
||||
class DisplayTest extends ViewTestBase {
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@ use Drupal\language\Entity\ConfigurableLanguage;
|
|||
* Tests the pluggable pager system.
|
||||
*
|
||||
* @group views
|
||||
* @group #slow
|
||||
*/
|
||||
class PagerTest extends ViewTestBase {
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@ use Drupal\Tests\system\Functional\Cache\AssertPageCacheContextsAndTagsTrait;
|
|||
* Tests the UI of generic display path plugin.
|
||||
*
|
||||
* @group views_ui
|
||||
* @group #slow
|
||||
* @see \Drupal\views\Plugin\views\display\PathPluginBase
|
||||
*/
|
||||
class DisplayPathTest extends UITestBase {
|
||||
|
|
|
@ -8,6 +8,7 @@ use Drupal\views\Entity\View;
|
|||
* Tests exposed forms UI functionality.
|
||||
*
|
||||
* @group views_ui
|
||||
* @group #slow
|
||||
*/
|
||||
class ExposedFormUITest extends UITestBase {
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@ use Drupal\views\ViewExecutable;
|
|||
* Tests handler UI for views.
|
||||
*
|
||||
* @group views_ui
|
||||
* @group #slow
|
||||
* @see \Drupal\views\Plugin\views\HandlerBase
|
||||
*/
|
||||
class HandlerTest extends UITestBase {
|
||||
|
|
|
@ -6,6 +6,7 @@ namespace Drupal\Tests\views_ui\Functional;
|
|||
* Tests the UI preview functionality.
|
||||
*
|
||||
* @group views_ui
|
||||
* @group #slow
|
||||
*/
|
||||
class PreviewTest extends UITestBase {
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ use Drupal\views\Entity\View;
|
|||
* Tests some general functionality of editing views, like deleting a view.
|
||||
*
|
||||
* @group views_ui
|
||||
* @group #slow
|
||||
*/
|
||||
class ViewEditTest extends UITestBase {
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@ use Drupal\workflows\Entity\Workflow;
|
|||
* Tests workflow creation UI.
|
||||
*
|
||||
* @group workflows
|
||||
* @group #slow
|
||||
*/
|
||||
class WorkflowUiTest extends BrowserTestBase {
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ use Drupal\workspaces\Entity\Workspace;
|
|||
* Tests permission controls on workspaces.
|
||||
*
|
||||
* @group workspaces
|
||||
* @group #slow
|
||||
*/
|
||||
class WorkspacePermissionsTest extends BrowserTestBase {
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ use Drupal\menu_link_content\Entity\MenuLinkContent;
|
|||
* Tests the Olivero theme.
|
||||
*
|
||||
* @group olivero
|
||||
* @group #slow
|
||||
*/
|
||||
class OliveroTest extends BrowserTestBase {
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@ use Drupal\FunctionalTests\Update\UpdatePathTestBase;
|
|||
* Tests the update path for Olivero.
|
||||
*
|
||||
* @group Update
|
||||
* @group #slow
|
||||
*/
|
||||
class OliveroPostUpdateTest extends UpdatePathTestBase {
|
||||
|
||||
|
|
Loading…
Reference in New Issue