forked from ricardoamaro/drupalci_testbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathD7TestGroupsClasses.txt
579 lines (577 loc) · 26 KB
/
D7TestGroupsClasses.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
Using: sudo DRUPALBRANCH="7.26" RUNSCRIPT="/usr/bin/php ./scripts/run-tests.sh --list" ./run.sh
Available test groups & classes
-------------------------------
Actions
- Actions executing in a potentially infinite loop (ActionLoopTestCase)
- Actions configuration (ActionsConfigurationTestCase)
Aggregator
- Add feed functionality (AddFeedTestCase)
- Aggregator configuration (AggregatorConfigurationTestCase)
- Update on cron functionality (AggregatorCronTestCase)
- Checks display of aggregator items (AggregatorRenderingTestCase)
- Categorize feed item functionality (CategorizeFeedItemTestCase)
- Categorize feed functionality (CategorizeFeedTestCase)
- Feed parser functionality (FeedParserTestCase)
- Import feeds from OPML functionality (ImportOPMLTestCase)
- Remove feed item functionality (RemoveFeedItemTestCase)
- Remove feed functionality (RemoveFeedTestCase)
- Update feed item functionality (UpdateFeedItemTestCase)
- Update feed functionality (UpdateFeedTestCase)
AJAX
- AJAX commands (AJAXCommandsTestCase)
- Miscellaneous AJAX tests (AJAXElementValidation)
- AJAX command form values (AJAXFormValuesTestCase)
- AJAX framework (AJAXFrameworkTestCase)
- AJAX multi form (AJAXMultiFormTestCase)
Batch API
- Batch progress page (BatchPageTestCase)
- Batch percentages (BatchPercentagesUnitTestCase)
- Batch processing (BatchProcessingTestCase)
Block
- Admin theme block admin accessibility (BlockAdminThemeTestCase)
- Block caching (BlockCacheTestCase)
- Block rehash (BlockHashTestCase)
- Blocks not in hidden region (BlockHiddenRegionTestCase)
- Block HTML id (BlockHTMLIdTestCase)
- Blocks in invalid regions (BlockInvalidRegionTestCase)
- Block template suggestions (BlockTemplateSuggestionsUnitTest)
- Block functionality (BlockTestCase)
- Block view module delta alter (BlockViewModuleDeltaAlterWebTest)
- New default theme blocks (NewDefaultThemeBlocks)
- Non default theme admin (NonDefaultBlockAdmin)
Blog
- Blog functionality (BlogTestCase)
Book
- Book functionality (BookTestCase)
Bootstrap
- Get filename test (BootstrapGetFilenameTestCase)
- IP address and HTTP_HOST test (BootstrapIPAddressTestCase)
- Miscellaneous bootstrap unit tests (BootstrapMiscTestCase)
- Overriding server variables (BootstrapOverrideServerVariablesTestCase)
- Page cache test (BootstrapPageCacheTestCase)
- Resettable static variables test (BootstrapResettableStaticTestCase)
- Timer test (BootstrapTimerTestCase)
- Variable test (BootstrapVariableTestCase)
- Boot and exit hook invocation (HookBootExitTestCase)
Cache
- Cache clear test (CacheClearCase)
- Fetching multiple cache items (CacheGetMultipleUnitTest)
- Cache emptiness test (CacheIsEmptyCase)
- Cache saving test (CacheSavingCase)
Color
- Color functionality (ColorTestCase)
Comment
- Comment actions (CommentActionsTestCase)
- Anonymous comments (CommentAnonymous)
- Comment approval (CommentApprovalTest)
- Comment blocks (CommentBlockFunctionalTest)
- Comment Rebuild (CommentContentRebuild)
- Comment fields (CommentFieldsTest)
- Comment interface (CommentInterfaceTest)
- Comment node access (CommentNodeAccessTest)
- Comment deletion on node changes (CommentNodeChangesTestCase)
- Comment paging settings (CommentPagerTest)
- Comment preview (CommentPreviewTest)
- Comment RSS (CommentRSSUnitTest)
- Comment Threading (CommentThreadingTestCase)
- Comment token replacement (CommentTokenReplaceTestCase)
Contact
- Personal contact form (ContactPersonalTestCase)
- Site-wide contact form (ContactSitewideTestCase)
Contextual
- Contextual links on node lists (ContextualDynamicContextTestCase)
Dashboard
- Dashboard blocks (DashboardBlocksTestCase)
Database
- Connection unit tests (ConnectionUnitTest)
- Query altering tests (DatabaseAlterTestCase)
- Basic SQL syntax tests (DatabaseBasicSyntaxTestCase)
- Case sensitivity (DatabaseCaseSensitivityTestCase)
- Connection tests (DatabaseConnectionTestCase)
- Delete/Truncate tests (DatabaseDeleteTruncateTestCase)
- Empty statement (DatabaseEmptyStatementTestCase)
- Fetch tests, part 2 (DatabaseFetch2TestCase)
- Fetch tests (DatabaseFetchTestCase)
- Insert tests, default fields (DatabaseInsertDefaultsTestCase)
- Insert tests, LOB fields (DatabaseInsertLOBTestCase)
- Insert tests (DatabaseInsertTestCase)
- Invalid data (DatabaseInvalidDataTestCase)
- Query logging (DatabaseLoggingTestCase)
- Merge tests (DatabaseMergeTestCase)
- Sequences API (DatabaseNextIdCase)
- Custom query syntax tests (DatabaseQueryTestCase)
- Range query test (DatabaseRangeQueryTestCase)
- Regression tests (DatabaseRegressionTestCase)
- Select tests, cloning (DatabaseSelectCloneTest)
- Select tests, complex (DatabaseSelectComplexTestCase)
- Select tests, complex 2 (DatabaseSelectComplexTestCase2)
- Select tests, ordered (DatabaseSelectOrderedTestCase)
- Pager query tests (DatabaseSelectPagerDefaultTestCase)
- Select tests, subqueries (DatabaseSelectSubqueryTestCase)
- Tablesort query tests (DatabaseSelectTableSortDefaultTestCase)
- Select tests (DatabaseSelectTestCase)
- Serialize query (DatabaseSerializeQueryTestCase)
- Query tagging tests (DatabaseTaggingTestCase)
- Temporary query test (DatabaseTemporaryQueryTestCase)
- Transaction tests (DatabaseTransactionTestCase)
- Update tests, Complex (DatabaseUpdateComplexTestCase)
- Update tests, LOB (DatabaseUpdateLOBTestCase)
- Update tests (DatabaseUpdateTestCase)
- Schema API (SchemaTestCase)
DBLog
- DBLog functionality (DBLogTestCase)
Entity API
- Entity CRUD hooks (EntityCrudHookTestCase)
- Entity query (EntityFieldQueryTestCase)
- Entity properties (EntityPropertiesTestCase)
Field API
- Field attach tests (other) (FieldAttachOtherTestCase)
- Field attach tests (storage-related) (FieldAttachStorageTestCase)
- Field bulk delete tests (FieldBulkDeleteTestCase)
- Field CRUD tests (FieldCrudTestCase)
- Field Display API tests (FieldDisplayAPITestCase)
- Field form tests (FieldFormTestCase)
- Field info tests (FieldInfoTestCase)
- Field instance CRUD tests (FieldInstanceCrudTestCase)
- Field SQL storage tests (FieldSqlStorageTestCase)
- Field translations tests (FieldTranslationsTestCase)
Field types
- List field dynamic values (ListDynamicValuesValidationTestCase)
- List field (ListFieldTestCase)
- List field UI (ListFieldUITestCase)
- Number field (NumberFieldTestCase)
- Options select dynamic values (OptionsSelectDynamicValuesTestCase)
- Options widgets (OptionsWidgetsTestCase)
- Text field (TextFieldTestCase)
- Text summary (TextSummaryTestCase)
- Text translation (TextTranslationTestCase)
Field UI
- Widget customization (FieldUIAlterTestCase)
- Manage display (FieldUIManageDisplayTestCase)
- Manage fields (FieldUIManageFieldsTestCase)
File
- File field display tests (FileFieldDisplayTestCase)
- File field file path tests (FileFieldPathTestCase)
- File field revision test (FileFieldRevisionTestCase)
- File field validation tests (FileFieldValidateTestCase)
- File field widget test (FileFieldWidgetTestCase)
- Managed file element test (FileManagedFileElementTestCase)
- Private file test (FilePrivateTestCase)
- File token replacement (FileTokenReplaceTestCase)
- File URL rewriting (FileURLRewritingTest)
- File usage (FileUsageTest)
File API
- File copying (FileCopyTest)
- File delete (FileDeleteTest)
- File paths and directories (FileDirectoryTest)
- File download (FileDownloadTest)
- File loading (FileLoadTest)
- File mimetypes (FileMimeTypeTest)
- File moving (FileMoveTest)
- File naming (FileNameMungingTest)
- File save data (FileSaveDataTest)
- File saving (FileSaveTest)
- File uploading (FileSaveUploadTest)
- File scan directory (FileScanDirectoryTest)
- File space used tests (FileSpaceUsedTest)
- Unmanaged file copying (FileUnmanagedCopyTest)
- Unmanaged recursive file delete (FileUnmanagedDeleteRecursiveTest)
- Unmanaged file delete (FileUnmanagedDeleteTest)
- Unmanaged file moving (FileUnmanagedMoveTest)
- Unmanaged file save data (FileUnmanagedSaveDataTest)
- File validate (FileValidateTest)
- File validator tests (FileValidatorTest)
- Stream wrappers (StreamWrapperTest)
File API (remote)
- File paths and directories (RemoteFileDirectoryTest)
- File uploading (RemoteFileSaveUploadTest)
- File scan directory (RemoteFileScanDirectoryTest)
- Unmanaged file copying (RemoteFileUnmanagedCopyTest)
- Unmanaged recursive file delete (RemoteFileUnmanagedDeleteRecursiveTest)
- Unmanaged file delete (RemoteFileUnmanagedDeleteTest)
- Unmanaged file moving (RemoteFileUnmanagedMoveTest)
- Unmanaged file save data (RemoteFileUnmanagedSaveDataTest)
Filter
- Filter administration functionality (FilterAdminTestCase)
- Filter CRUD operations (FilterCRUDTestCase)
- Default text format functionality (FilterDefaultFormatTestCase)
- Filter format access (FilterFormatAccessTestCase)
- Filter format hooks (FilterHooksTestCase)
- Unassigned text format functionality (FilterNoFormatTestCase)
- Security (FilterSecurityTestCase)
- Filter settings (FilterSettingsTestCase)
- Filter module filters (FilterUnitTestCase)
Form API
- Form alter hooks (FormAlterTestCase)
- Form API checkbox (FormCheckboxTestCase)
- Element processing (FormElementTestCase)
- Rebuild arbitrary forms (FormsArbitraryRebuildTestCase)
- Form element and label output test (FormsElementsLabelsTestCase)
- Tableselect form element type test (FormsElementsTableSelectFunctionalTest)
- Vertical tabs form element type test (FormsElementsVerticalTabsFunctionalTest)
- Form API file inclusion (FormsFileInclusionTestCase)
- Multistep form using form storage (FormsFormStorageTestCase)
- Form wrapper callback (FormsFormWrapperTestCase)
- Programmatic form submissions (FormsProgrammaticTestCase)
- Form rebuilding (FormsRebuildTestCase)
- Form redirecting (FormsRedirectTestCase)
- Form state values clearance (advanced) (FormStateValuesCleanAdvancedTestCase)
- Form state values clearance (FormStateValuesCleanTestCase)
- Form element validation (FormsTestCase)
- Form triggering element determination (FormsTriggeringElementTestCase)
- Form validation handlers (FormValidationTestCase)
- Unique HTML IDs (HTMLIdTestCase)
Forum
- Forum index (ForumIndexTestCase)
- Forum functionality (ForumTestCase)
Help
- Help functionality (HelpTestCase)
- No help (NoHelpTestCase)
Image
- Image styles and effects UI configuration (ImageAdminStylesUnitTest)
- image_dimensions_scale() (ImageDimensionsScaleTestCase)
- Image dimensions (ImageDimensionsTestCase)
- Image effects (ImageEffectsUnitTest)
- Image field default images tests (ImageFieldDefaultImagesTestCase)
- Image field display tests (ImageFieldDisplayTestCase)
- Image field validation tests (ImageFieldValidateTestCase)
- Image moving (ImageFileMoveTest)
- Image style flushing (ImageStyleFlushTest)
- Image styles path and URL functions (ImageStylesPathAndUrlTestCase)
- Image theme functions (ImageThemeFunctionWebTestCase)
- Image GD manipulation tests (ImageToolkitGdTestCase)
- Image toolkit tests (ImageToolkitUnitTest)
Locale
- Browser language detection (LocaleBrowserDetectionTest)
- Comment language (LocaleCommentLanguageFunctionalTest)
- Language configuration (LocaleConfigurationTest)
- Content language settings (LocaleContentFunctionalTest)
- CSS altering (LocaleCSSAlterTest)
- Localize date formats (LocaleDateFormatsFunctionalTest)
- Translation export (LocaleExportFunctionalTest)
- Translation import (LocaleImportFunctionalTest)
- String translation using st() (LocaleInstallTest)
- Javascript translation (LocaleJavascriptTranslationTest)
- Language negotiation info (LocaleLanguageNegotiationInfoFunctionalTest)
- Language switching (LocaleLanguageSwitchingFunctionalTest)
- Javascript library localisation (LocaleLibraryInfoAlterTest)
- Multilingual fields (LocaleMultilingualFieldsFunctionalTest)
- Path language settings (LocalePathFunctionalTest)
- Plural formula evaluation (LocalePluralFormatTest)
- String translate, search and validate (LocaleTranslationFunctionalTest)
- UI language negotiation (LocaleUILanguageNegotiationTest)
- Locale uninstall (FR) (LocaleUninstallFrenchFunctionalTest)
- Locale uninstall (EN) (LocaleUninstallFunctionalTest)
- URL rewriting (LocaleUrlRewritingTest)
- User creation (LocaleUserCreationTest)
- User language settings (LocaleUserLanguageFunctionalTest)
Mail
- HTML to text conversion (DrupalHtmlToTextTestCase)
Menu
- Breadcrumbs (MenuBreadcrumbTestCase)
- Menu links (MenuLinksUnitTestCase)
- Menu settings for nodes (MenuNodeTestCase)
- Menu rebuild test (MenuRebuildTestCase)
- Menu router (MenuRouterTestCase)
- Menu link creation/deletion (MenuTestCase)
- Active trail (MenuTrailTestCase)
- Menu tree generation (MenuTreeDataTestCase)
- Menu tree output (MenuTreeOutputTestCase)
Module
- Enable/disable modules (EnableDisableTestCase)
- Requirements hook failure (HookRequirementsTestCase)
- Module dependencies (ModuleDependencyTestCase)
- Module installation (ModuleInstallTestCase)
- Required modules (ModuleRequiredTestCase)
- Module uninstallation (ModuleUninstallTestCase)
- Module API (ModuleUnitTest)
- Module versions (ModuleVersionTestCase)
Node
- Multistep node form basic options (MultiStepNodeFormBasicOptionsTest)
- Node Access on any table (NodeAccessBaseTableTestCase)
- Node access and fields (NodeAccessFieldTestCase)
- Node access pagination (NodeAccessPagerTestCase)
- Node access rebuild (NodeAccessRebuildTestCase)
- Node access records (NodeAccessRecordsTestCase)
- Node access (NodeAccessTestCase)
- Node administration (NodeAdminTestCase)
- Node blocks (NodeBlockFunctionalTest)
- Block availability (NodeBlockTestCase)
- Rebuild content (NodeBuildContent)
- Node creation (NodeCreationTestCase)
- Node entity query alter (NodeEntityFieldQueryAlter)
- Node entity view mode (NodeEntityViewModeAlterTest)
- Node feed (NodeFeedTestCase)
- Node load hooks (NodeLoadHooksTestCase)
- Load multiple nodes (NodeLoadMultipleTestCase)
- Node page cache test (NodePageCacheTest)
- Node post information display (NodePostSettingsTestCase)
- Node query alter (NodeQueryAlter)
- Node revision permissions (NodeRevisionPermissionsTestCase)
- Node revisions (NodeRevisionsTestCase)
- Node RSS Content (NodeRSSContentTestCase)
- Node save (NodeSaveTestCase)
- Node title (NodeTitleTestCase)
- Node title XSS filtering (NodeTitleXSSTestCase)
- Node token replacement (NodeTokenReplaceTestCase)
- Node type persist (NodeTypePersistenceTestCase)
- Node types (NodeTypeTestCase)
- Node edit (PageEditTestCase)
- Node preview (PagePreviewTestCase)
- Node edit permissions (PageViewTestCase)
- Summary length (SummaryLengthTestCase)
OpenID
- OpenID discovery and login (OpenIDFunctionalTestCase)
- OpenID account update (OpenIDInvalidIdentifierTransitionTestCase)
- OpenID account registration (OpenIDRegistrationTestCase)
- OpenID helper functions (OpenIDTestCase)
Pager
- Pager functionality (PagerFunctionalWebTestCase)
Path
- Path aliases with translated nodes (PathLanguageTestCase)
- Path aliases with languages (PathLanguageUITestCase)
- Paths on non-English monolingual sites (PathMonolingualTestCase)
- Taxonomy term URL aliases (PathTaxonomyTermTestCase)
- Path alias functionality (PathTestCase)
Path API
- Drupal match path (DrupalMatchPathTestCase)
- Path lookup (PathLookupTest)
- Path save (PathSaveTest)
- URL altering (UrlAlterFunctionalTest)
PHP
- PHP filter access check (PHPAccessTestCase)
- PHP filter functionality (PHPFilterTestCase)
Poll
- Block availability (PollBlockTestCase)
- Poll create (PollCreateTestCase)
- Poll choice deletion (PollDeleteChoiceTestCase)
- Poll expiration (PollExpirationTestCase)
- Poll add choice (PollJSAddChoice)
- Poll token replacement (PollTokenReplaceTestCase)
- Poll translation (PollTranslateTestCase)
- User poll vote capability. (PollVoteCheckHostname)
- Poll vote (PollVoteTestCase)
Profile
- Block availability (ProfileBlockTestCase)
- Profile CRUD tests (ProfileCrudTestCase)
- Autocompletion (ProfileTestAutocomplete)
- Profile browsing (ProfileTestBrowsing)
- Test date field (ProfileTestDate)
- Test single fields (ProfileTestFields)
- Test select field (ProfileTestSelect)
- Test field weights (ProfileTestWeights)
RDF
- RDF comment mapping (RdfCommentAttributesTestCase)
- RDF mapping CRUD functions (RdfCrudTestCase)
- RDF namespaces (RdfGetRdfNamespacesTestCase)
- RDF mapping definition functionality (RdfMappingDefinitionTestCase)
- RDF mapping hook (RdfMappingHookTestCase)
- RDFa markup (RdfRdfaMarkupTestCase)
- RDF tracker page mapping (RdfTrackerAttributesTestCase)
Search
- Advanced search form (SearchAdvancedSearchForm)
- Block availability (SearchBlockTestCase)
- Comment count toggle (SearchCommentCountToggleTestCase)
- Comment Search tests (SearchCommentTestCase)
- Config settings form (SearchConfigSettingsForm)
- Embedded forms (SearchEmbedForm)
- Search engine phrase queries (SearchExactTestCase)
- Search excerpt extraction (SearchExcerptTestCase)
- Search expression insert/extract (SearchExpressionInsertExtractTestCase)
- Keywords and conditions (SearchKeywordsConditions)
- Search language selection (SearchLanguageTestCase)
- Search engine queries (SearchMatchTestCase)
- Search and node access (SearchNodeAccessTest)
- Search number matching (SearchNumberMatchingTestCase)
- Search numbers (SearchNumbersTestCase)
- Search page override (SearchPageOverride)
- Search page text (SearchPageText)
- Search engine ranking (SearchRankingTestCase)
- Search with numeric locale set (SearchSetLocaleTest)
- Search simplify (SearchSimplifyTestCase)
- CJK tokenizer (SearchTokenizerTestCase)
Session
- Session HTTPS handling (SessionHttpsTestCase)
- Session tests (SessionTestCase)
Shortcut
- Shortcut link functionality (ShortcutLinksTestCase)
- Shortcut set functionality (ShortcutSetsTestCase)
SimpleTest
- SimpleTest error collector (DrupalErrorCollectionUnitTest)
- PSR0 example test: PSR-0 in disabled modules. (Drupal\psr_0_test\Tests\ExampleTest)
- PSR0 example test: PSR-0 in nested subfolders. (Drupal\psr_0_test\Tests\Nested\NestedExampleTest)
- PSR0 web test (Drupal\simpletest\Tests\PSR0WebTest)
- Broken SimpleTest method (SimpleTestBrokenSetUp)
- SimpleTest browser (SimpleTestBrowserTestCase)
- Discovery of test classes (SimpleTestDiscoveryTestCase)
- Testing SimpleTest setUp (SimpleTestFolderTestCase)
- SimpleTest functionality (SimpleTestFunctionalTest)
- Installation profile module tests (SimpleTestInstallationProfileModuleTestsTestCase)
- SimpleTest e-mail capturing (SimpleTestMailCaptureTestCase)
- Other Installation profiles (SimpleTestOtherInstallationProfileModuleTestsTestCase)
Statistics
- Test statistics admin. (StatisticsAdminTestCase)
- Top visitor blocking (StatisticsBlockVisitorsTestCase)
- Statistics logging tests (StatisticsLoggingTestCase)
- Statistics reports tests (StatisticsReportsTestCase)
- Statistics token replacement (StatisticsTokenReplaceTestCase)
Syslog
- Syslog functionality (SyslogTestCase)
System
- 403 functionality (AccessDeniedTestCase)
- Fingerprinting meta tag (AdminMetaTagTestCase)
- Array differences (ArrayDiffUnitTest)
- Cascading stylesheets (CascadingStylesheetsTestCase)
- CSS Unit Tests (CascadingStylesheetsUnitTest)
- Size parsing test (CommonSizeTestCase)
- URL generation tests (CommonURLUnitTest)
- String filtering tests (CommonXssUnitTest)
- Cron run (CronRunTestCase)
- Date and time (DateTimeFunctionalTest)
- drupal_add_feed() tests (DrupalAddFeedTestCase)
- drupal_alter() tests (DrupalAlterTestCase)
- HTML Attributes (DrupalAttributesUnitTest)
- Data API functions (DrupalDataApiTest)
- Drupal error handlers (DrupalErrorHandlerTestCase)
- RDF namespaces XML serialization tests (DrupalGetRdfNamespacesTestCase)
- Drupal goto (DrupalGotoTest)
- HTML identifiers (DrupalHTMLIdentifierTestCase)
- Drupal HTTP request (DrupalHTTPRequestTestCase)
- JSON (DrupalJSONTest)
- drupal_render() (DrupalRenderTestCase)
- Drupal set/get regions (DrupalSetContentTestCase)
- Drupal system listing (DrupalSystemListingTestCase)
- Drupal tags handling (DrupalTagsHandlingTestCase)
- Feed icon (FeedIconTest)
- FileTransfer unit tests (FileTranferTest)
- Flood control mechanism (FloodFunctionalTest)
- Format date (FormatDateUnitTest)
- Front page (FrontPageTestCase)
- Graph (GraphUnitTest)
- Info file format parser (InfoFileParserTestCase)
- IP address blocking (IPAddressBlockingTestCase)
- JavaScript (JavaScriptTestCase)
- Locking framework tests (LockFunctionalTest)
- Mail system (MailTestCase)
- 404 functionality (PageNotFoundTestCase)
- HTML in page titles (PageTitleFiltering)
- Parsing .info files (ParseInfoFilesTestCase)
- Password hashing (PasswordHashingTest)
- Queue functionality (QueueTestCase)
- Registry parse files test (RegistryParseFilesTestCase)
- Registry parse file test (RegistryParseFileTestCase)
- HTTP file retrieval (RetrieveFileTestCase)
- Shutdown functions (ShutdownFunctionsTest)
- Site maintenance mode functionality (SiteMaintenanceTestCase)
- Administrative pages (SystemAdminTestCase)
- Authorize API (SystemAuthorizeCase)
- Block functionality (SystemBlockTestCase)
- Index.php handling (SystemIndexPhpTest)
- System info alter (SystemInfoAlterTestCase)
- Main content rendering fallback (SystemMainContentFallback)
- Theme interface functionality (SystemThemeFunctionalTest)
- Token validation (SystemValidTokenTest)
- Tablesort (TableSortTest)
- Token replacement (TokenReplaceTestCase)
- Token scanning (TokenScanTest)
- Unicode handling (UnicodeUnitTest)
- Update functionality (UpdateScriptFunctionalTest)
- Valid URL (ValidUrlTestCase)
Taxonomy
- Taxonomy EntityFieldQuery (TaxonomyEFQTestCase)
- Taxonomy term hooks (TaxonomyHooksTestCase)
- Test for legacy node bug. (TaxonomyLegacyTestCase)
- Taxonomy term multiple loading (TaxonomyLoadMultipleTestCase)
- Taxonomy RSS Content. (TaxonomyRSSTestCase)
- Multiple vocabulary term reference field (TaxonomyTermFieldMultipleVocabularyTestCase)
- Taxonomy term reference field (TaxonomyTermFieldTestCase)
- Taxonomy term unit tests (TaxonomyTermFunctionTestCase)
- Taxonomy term index (TaxonomyTermIndexTestCase)
- Taxonomy term functions and forms. (TaxonomyTermTestCase)
- Taxonomy theme switching (TaxonomyThemeTestCase)
- Taxonomy token replacement (TaxonomyTokenReplaceTestCase)
- Taxonomy vocabulary interface (TaxonomyVocabularyFunctionalTest)
- Taxonomy vocabularies (TaxonomyVocabularyTestCase)
Theme
- Theme fast initialization (ThemeFastTestCase)
- Theme initialization in hook_init() (ThemeHookInitTestCase)
- Theme HTML Tag (ThemeHtmlTag)
- Theme item list (ThemeItemListUnitTest)
- Links (ThemeLinksTest)
- ThemeRegistry (ThemeRegistryTestCase)
- Theme Table (ThemeTableTestCase)
- Theme API (ThemeTestCase)
Tracker
- Tracker (TrackerTest)
Translation
- Translation functionality (TranslationTestCase)
Trigger
- Trigger content (node) actions (TriggerContentTestCase)
- Trigger cron (system) actions (TriggerCronTestCase)
- Trigger orphaned actions (TriggerOrphanedActionsTestCase)
- Trigger other actions (TriggerOtherTestCase)
- Trigger unassigning (TriggerUnassignTestCase)
- Test user actions (TriggerUserActionTestCase)
- Test user triggers (TriggerUserTokenTestCase)
Update
- Update core functionality (UpdateCoreTestCase)
- Unit tests (UpdateCoreUnitTestCase)
- Update contrib functionality (UpdateTestContribCase)
- Upload and extract module functionality (UpdateTestUploadCase)
Update API
- Update dependency hook invocation (UpdateDependencyHookInvocationTestCase)
- Missing update dependencies (UpdateDependencyMissingTestCase)
- Update dependency ordering (UpdateDependencyOrderingTestCase)
Upgrade path
- Aggregator update path (AggregatorUpdatePathTestCase)
- Basic minimal profile update path (BasicMinimalUpdatePath)
- Basic standard + all profile update path (BasicStandardUpdatePath)
- Basic upgrade path (BasicUpgradePath)
- Comment upgrade path (CommentUpgradePathTestCase)
- Disabled node type upgrade path (DisabledNodeTypeTestCase)
- Field update path (FieldUpdatePathTestCase)
- Basic minimal profile update path, populated database (FilledMinimalUpdatePath)
- Basic standard + all profile update path, populated database (FilledStandardUpdatePath)
- Filter format upgrade path (FilterFormatUpgradePathTestCase)
- Forum upgrade path (ForumUpgradePathTestCase)
- Locale upgrade path (LocaleUpgradePathTestCase)
- Menu upgrade path (MenuUpgradePathTestCase)
- Node body upgrade path (NodeBodyUpgradePathTestCase)
- Poll upgrade path (PollUpgradePathTestCase)
- Translatable content upgrade path (TranslatableUpgradePathTestCase)
- Trigger update path (TriggerUpdatePathTestCase)
- Taxonomy upgrade path (UpgradePathTaxonomyTestCase)
- Trigger upgrade path (UpgradePathTriggerTestCase)
- Upload upgrade path (UploadUpgradePathTestCase)
- User update path (UserUpdatePathTestCase)
- User upgrade path (duplicated permission) (UserUpgradePathDuplicatedPermissionTestCase)
- User upgrade path (password token not involved) (UserUpgradePathNoPasswordTokenTestCase)
- User upgrade path (password token involved) (UserUpgradePathPasswordTokenTestCase)
User
- User account links (UserAccountLinksUnitTests)
- User administration (UserAdminTestCase)
- Authmap assignment (UserAuthmapAssignmentTestCase)
- User autocompletion (UserAutocompleteTestCase)
- User blocks (UserBlocksUnitTests)
- Cancel account (UserCancelTestCase)
- User create (UserCreateTestCase)
- User edited own account (UserEditedOwnAccountTestCase)
- User edit (UserEditTestCase)
- User login (UserLoginTestCase)
- Reset password (UserPasswordResetTestCase)
- Role permissions (UserPermissionsTestCase)
- Upload user picture (UserPictureTestCase)
- User registration (UserRegistrationTestCase)
- User role administration (UserRoleAdminTestCase)
- Role assignment (UserRolesAssignmentTestCase)
- User save test (UserSaveTestCase)
- User signatures (UserSignatureTestCase)
- User time zones (UserTimeZoneFunctionalTest)
- User token replacement (UserTokenReplaceTestCase)
- User search (UserUserSearchTestCase)
- User validate current pass custom form (UserValidateCurrentPassCustomForm)
- Username/e-mail validation (UserValidationTestCase)
XML-RPC
- XML-RPC basic (XMLRPCBasicTestCase)
- XML-RPC message and alteration (XMLRPCMessagesTestCase)
- XML-RPC validator (XMLRPCValidator1IncTestCase)