544 calls to DrupalTestCase::assertEqual()

ActionLoopTestCase::triggerActions in drupal/modules/simpletest/tests/actions.test
Create an infinite loop by causing a watchdog message to be set, which causes the actions to be triggered again, up to actions_max_stack times.
AddFeedTestCase::testAddFeed in drupal/modules/aggregator/aggregator.test
Creates and ensures that a feed is unique, checks source, and deletes feed.
AggregatorCronTestCase::testCron in drupal/modules/aggregator/aggregator.test
Adds feeds and updates them via cron process.
AggregatorTestCase::updateFeedItems in drupal/modules/aggregator/aggregator.test
Updates the feed items.
AJAXFormPageCacheTestCase::getFormBuildId in drupal/modules/simpletest/tests/ajax.test
Return the build id of the current form.
AJAXFormPageCacheTestCase::testSimpleAJAXFormValue in drupal/modules/simpletest/tests/ajax.test
Create a simple form, then POST to system/ajax to change to it.
AJAXFrameworkTestCase::testAJAXRender in drupal/modules/simpletest/tests/ajax.test
Test that ajax_render() returns JavaScript settings generated during the page request.
AJAXFrameworkTestCase::testLazyLoad in drupal/modules/simpletest/tests/ajax.test
Test that new JavaScript and CSS files added during an AJAX request are returned.
BasicMinimalUpdatePath::testBasicMinimalUpdate in drupal/modules/simpletest/tests/upgrade/upgrade.test
Tests a successful point release update.
BasicStandardUpdatePath::testBasicStandardUpdate in drupal/modules/simpletest/tests/upgrade/upgrade.test
Tests a successful point release update.
BasicUpgradePath::testBasicUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.test
Test a successful upgrade.
BatchPageTestCase::testBatchProgressPageTheme in drupal/modules/simpletest/tests/batch.test
Tests that the batch API progress page uses the correct theme.
BatchProcessingTestCase::testBatchForm in drupal/modules/simpletest/tests/batch.test
Test batches defined in a form submit handler.
BatchProcessingTestCase::testBatchFormMultipleBatches in drupal/modules/simpletest/tests/batch.test
Test batches defined in different submit handlers on the same form.
BatchProcessingTestCase::testBatchFormMultistep in drupal/modules/simpletest/tests/batch.test
Test batches defined in a multistep form.
BatchProcessingTestCase::testBatchFormProgrammatic in drupal/modules/simpletest/tests/batch.test
Test batches defined in a programmatically submitted form.
BatchProcessingTestCase::testBatchLargePercentage in drupal/modules/simpletest/tests/batch.test
Test batches that return $context['finished'] > 1 do in fact complete. See http://drupal.org/node/600836
BatchProcessingTestCase::testBatchNoForm in drupal/modules/simpletest/tests/batch.test
Test batches triggered outside of form submission.
BatchProcessingTestCase::testDrupalFormSubmitInBatch in drupal/modules/simpletest/tests/batch.test
Test that drupal_form_submit() can run within a batch operation.
BlockHashTestCase::doRehash in drupal/modules/block/block.test
Performs a block rehash and checks several related assertions.
BlockTemplateSuggestionsUnitTest::testBlockThemeHookSuggestions in drupal/modules/block/block.test
Test if template_preprocess_block() handles the suggestions right.
BlockTestCase::testBlockRehash in drupal/modules/block/block.test
Test _block_rehash().
BlockTestCase::testCustomBlock in drupal/modules/block/block.test
Test creating custom block, moving it to a specific region and then deleting it.
BlockViewModuleDeltaAlterWebTest::testBlockViewModuleDeltaAlter in drupal/modules/block/block.test
Tests that the alter hook is called, even if the delta contains a hyphen.
BlogTestCase::testBlog in drupal/modules/blog/blog.test
Login users, create blog nodes, and test blog functionality through the admin and user interfaces.
BootstrapGetFilenameWebTestCase::testRecursiveRebuilds in drupal/modules/simpletest/tests/bootstrap.test
Test that drupal_get_filename() does not break recursive rebuilds.
BootstrapGetFilenameWebTestCase::testWatchdog in drupal/modules/simpletest/tests/bootstrap.test
Test that watchdog messages about missing files are correctly recorded.
BootstrapPageCacheTestCase::testConditionalRequests in drupal/modules/simpletest/tests/bootstrap.test
Test support for requests containing If-Modified-Since and If-None-Match headers.
BootstrapPageCacheTestCase::testPageCache in drupal/modules/simpletest/tests/bootstrap.test
Test cache headers.
BootstrapPageCacheTestCase::testPageCompression in drupal/modules/simpletest/tests/bootstrap.test
Test page compression.
BootstrapResettableStaticTestCase::testDrupalStatic in drupal/modules/simpletest/tests/bootstrap.test
Test that a variable reference returned by drupal_static() gets reset when drupal_static_reset() is called.
BootstrapTimerTestCase::testTimer in drupal/modules/simpletest/tests/bootstrap.test
Test timer_read() to ensure it properly accumulates time when the timer started and stopped multiple times.
CacheGetMultipleUnitTest::testCacheMultiple in drupal/modules/simpletest/tests/cache.test
Test cache_get_multiple().
CascadingStylesheetsTestCase::testAddExternal in drupal/modules/simpletest/tests/common.test
Tests adding an external stylesheet.
CascadingStylesheetsTestCase::testAddFile in drupal/modules/simpletest/tests/common.test
Tests adding a file stylesheet.
CascadingStylesheetsTestCase::testDefault in drupal/modules/simpletest/tests/common.test
Check default stylesheets as empty.
CascadingStylesheetsTestCase::testRenderFile in drupal/modules/simpletest/tests/common.test
Tests rendering the stylesheets.
CascadingStylesheetsTestCase::testRenderInlinePreprocess in drupal/modules/simpletest/tests/common.test
Tests rendering inline stylesheets with preprocessing on.
CascadingStylesheetsTestCase::testRenderRemoveCharsetPreprocess in drupal/modules/simpletest/tests/common.test
Tests removing charset when rendering stylesheets with preprocessing on.
CascadingStylesheetsTestCase::testReset in drupal/modules/simpletest/tests/common.test
Makes sure that reseting the CSS empties the cache.
CascadingStylesheetsUnitTest::testLoadCssBasic in drupal/modules/simpletest/tests/common.test
Tests basic CSS loading with and without optimization via drupal_load_stylesheet().
CategorizeFeedItemTestCase::testCategorizeFeedItem in drupal/modules/aggregator/aggregator.test
Checks that children of a feed inherit a defined category.
CategorizeFeedTestCase::testCategorizeFeed in drupal/modules/aggregator/aggregator.test
Creates a feed and makes sure you can add/delete categories to it.
CommentActionsTestCase::testCommentPublishUnpublishActions in drupal/modules/comment/comment.test
Test comment publish and unpublish actions.
CommentActionsTestCase::testCommentUnpublishByKeyword in drupal/modules/comment/comment.test
Tests the unpublish comment by keyword action.
CommentInterfaceTest::testCommentInterface in drupal/modules/comment/comment.test
Test comment interface.
CommentInterfaceTest::testCommentNodeCommentStatistics in drupal/modules/comment/comment.test
Tests the node comment statistics.
CommentPagerTest::testCommentNewPageIndicator in drupal/modules/comment/comment.test
Test comment_new_page_count().
CommentPreviewTest::testCommentEditPreviewSave in drupal/modules/comment/comment.test
Test comment edit, preview, and save.
CommentThreadingTestCase::testCommentThreading in drupal/modules/comment/comment.test
Tests the comment threading.
CommentTokenReplaceTestCase::testCommentTokenReplacement in drupal/modules/comment/comment.test
Creates a comment, then tests the tokens generated from it.
CommonSizeTestCase::testCommonFormatSize in drupal/modules/simpletest/tests/common.test
Check that format_size() returns the expected string.
CommonSizeTestCase::testCommonParseSize in drupal/modules/simpletest/tests/common.test
Check that parse_size() returns the proper byte sizes.
CommonSizeTestCase::testCommonParseSizeFormatSize in drupal/modules/simpletest/tests/common.test
Cross-test parse_size() and format_size().
CommonURLUnitTest::testDrupalGetQueryParameters in drupal/modules/simpletest/tests/common.test
Test drupal_get_query_parameters().
CommonURLUnitTest::testDrupalHttpBuildQuery in drupal/modules/simpletest/tests/common.test
Test drupal_http_build_query().
CommonURLUnitTest::testDrupalParseUrl in drupal/modules/simpletest/tests/common.test
Test drupal_parse_url().
CommonURLUnitTest::testExternalUrls in drupal/modules/simpletest/tests/common.test
Test external URL handling.
CommonURLUnitTest::testUrl in drupal/modules/simpletest/tests/common.test
Test url() with/without query, with/without fragment, absolute on/off and assert all that works when clean URLs are on and off.
CommonXssUnitTest::testEscaping in drupal/modules/simpletest/tests/common.test
Check that special characters are escaped.
CommonXssUnitTest::testFormatStringAndT in drupal/modules/simpletest/tests/common.test
Test t() and format_string() replacement functionality.
CommonXssUnitTest::testInvalidMultiByte in drupal/modules/simpletest/tests/common.test
Check that invalid multi-byte sequences are rejected.
ContactSitewideTestCase::testAutoReply in drupal/modules/contact/contact.test
Tests auto-reply on the site-wide contact form.
ContactSitewideTestCase::testSiteWideContact in drupal/modules/contact/contact.test
Tests configuration options and the site-wide contact form.
CronQueueTestCase::testCallable in drupal/modules/system/system.test
Tests worker defined as a class method callable.
CronQueueTestCase::testExceptions in drupal/modules/system/system.test
Tests that exceptions thrown by workers are handled properly.
CronRunTestCase::testCronCacheExpiration in drupal/modules/system/system.test
Tests that hook_flush_caches() is not invoked on every single cron run.
CronRunTestCase::testCronExceptions in drupal/modules/system/system.test
Make sure exceptions thrown on hook_cron() don't affect other modules.
DatabaseAlterTestCase::testAlterChangeConditional in drupal/modules/simpletest/tests/database_test.test
Test that we can alter a query's conditionals.
DatabaseAlterTestCase::testAlterChangeFields in drupal/modules/simpletest/tests/database_test.test
Test that we can alter the fields of a query.
DatabaseAlterTestCase::testAlterExpression in drupal/modules/simpletest/tests/database_test.test
Test that we can alter expressions in the query.
DatabaseAlterTestCase::testAlterRemoveRange in drupal/modules/simpletest/tests/database_test.test
Test that we can remove a range() value from a query. This also tests hook_query_TAG_alter().
DatabaseAlterTestCase::testAlterWithJoin in drupal/modules/simpletest/tests/database_test.test
Test that we can alter the joins on a query.
DatabaseAlterTestCase::testSimpleAlter in drupal/modules/simpletest/tests/database_test.test
Test that we can do basic alters.
DatabaseAlterTestCase::testSimpleAlterSubquery in drupal/modules/simpletest/tests/database_test.test
Test that we can do basic alters on subqueries.
DatabaseConnectionTestCase::testConnectionOptions in drupal/modules/simpletest/tests/database_test.test
Tests the connection options of the active database.
DatabaseDeleteTruncateTestCase::testSimpleDelete in drupal/modules/simpletest/tests/database_test.test
Confirm that we can delete a single record successfully.
DatabaseDeleteTruncateTestCase::testSubselectDelete in drupal/modules/simpletest/tests/database_test.test
Confirm that we can use a subselect in a delete successfully.
DatabaseDeleteTruncateTestCase::testTruncate in drupal/modules/simpletest/tests/database_test.test
Confirm that we can truncate a whole table successfully.
DatabaseEmptyStatementTestCase::testEmptyFetchAll in drupal/modules/simpletest/tests/database_test.test
Test that the empty result set mass-fetches in an expected way.
DatabaseInsertDefaultsTestCase::testDefaultInsert in drupal/modules/simpletest/tests/database_test.test
Test that we can run a query that is "default values for everything".
DatabaseInsertDefaultsTestCase::testDefaultInsertWithFields in drupal/modules/simpletest/tests/database_test.test
Test that we can insert fields with values and defaults in the same query.
DatabaseLoggingTestCase::testEnableLogging in drupal/modules/simpletest/tests/database_test.test
Test that we can log the existence of a query.
DatabaseLoggingTestCase::testEnableMultiConnectionLogging in drupal/modules/simpletest/tests/database_test.test
Test that we can log queries separately on different connections.
DatabaseLoggingTestCase::testEnableMultiLogging in drupal/modules/simpletest/tests/database_test.test
Test that we can run two logs in parallel.
DatabaseLoggingTestCase::testEnableTargetLogging in drupal/modules/simpletest/tests/database_test.test
Test that we can log queries against multiple targets on the same connection.
DatabaseLoggingTestCase::testEnableTargetLoggingNoTarget in drupal/modules/simpletest/tests/database_test.test
Test that logs to separate targets collapse to the same connection properly.
DatabaseMergeTestCase::testMergeInsert in drupal/modules/simpletest/tests/database_test.test
Confirm that we can merge-insert a record successfully.
DatabaseMergeTestCase::testMergeInsertWithoutUpdate in drupal/modules/simpletest/tests/database_test.test
Test that we can merge-insert without any update fields.
DatabaseMergeTestCase::testMergeUpdate in drupal/modules/simpletest/tests/database_test.test
Confirm that we can merge-update a record successfully.
DatabaseMergeTestCase::testMergeUpdateExcept in drupal/modules/simpletest/tests/database_test.test
Confirm that we can merge-update a record successfully, with different insert and update.
DatabaseMergeTestCase::testMergeUpdateExplicit in drupal/modules/simpletest/tests/database_test.test
Confirm that we can merge-update a record successfully, with alternate replacement.
DatabaseMergeTestCase::testMergeUpdateExpression in drupal/modules/simpletest/tests/database_test.test
Confirm that we can merge-update a record successfully, with expressions.
DatabaseMergeTestCase::testMergeUpdateWithoutUpdate in drupal/modules/simpletest/tests/database_test.test
Confirm that we can merge-update without any update fields.
DatabaseNextIdCase::testDbNextId in drupal/modules/simpletest/tests/database_test.test
Test that the sequences API work.
DatabaseQueryTestCase::testArraySubstitution in drupal/modules/simpletest/tests/database_test.test
Test that we can specify an array of values in the query by simply passing in an array.
DatabaseRangeQueryTestCase::testRangeQuery in drupal/modules/simpletest/tests/database_test.test
Confirm that range query work and return correct result.
DatabaseSelectCloneTest::testSelectConditionSubQueryCloning in drupal/modules/simpletest/tests/database_test.test
Test that subqueries as value within conditions are cloned properly.
DatabaseSelectComplexTestCase::testCountQuery in drupal/modules/simpletest/tests/database_test.test
Test that we can generate a count query from a built query.
DatabaseSelectComplexTestCase::testCountQueryDistinct in drupal/modules/simpletest/tests/database_test.test
Test that we can generate a count query from a query with distinct.
DatabaseSelectComplexTestCase::testCountQueryFieldRemovals in drupal/modules/simpletest/tests/database_test.test
Test that countQuery properly removes fields and expressions.
DatabaseSelectComplexTestCase::testCountQueryGroupBy in drupal/modules/simpletest/tests/database_test.test
Test that we can generate a count query from a query with GROUP BY.
DatabaseSelectComplexTestCase::testCountQueryRemovals in drupal/modules/simpletest/tests/database_test.test
Test that countQuery properly removes 'all_fields' statements and ordering clauses.
DatabaseSelectComplexTestCase::testDefaultJoin in drupal/modules/simpletest/tests/database_test.test
Test simple JOIN statements.
DatabaseSelectComplexTestCase::testDistinct in drupal/modules/simpletest/tests/database_test.test
Test distinct queries.
DatabaseSelectComplexTestCase::testGroupBy in drupal/modules/simpletest/tests/database_test.test
Test GROUP BY clauses.
DatabaseSelectComplexTestCase::testGroupByAndHaving in drupal/modules/simpletest/tests/database_test.test
Test GROUP BY and HAVING clauses together.
DatabaseSelectComplexTestCase::testHavingCountQuery in drupal/modules/simpletest/tests/database_test.test
DatabaseSelectComplexTestCase::testJoinTwice in drupal/modules/simpletest/tests/database_test.test
Confirm we can join on a single table twice with a dynamic alias.
DatabaseSelectComplexTestCase::testLeftOuterJoin in drupal/modules/simpletest/tests/database_test.test
Test LEFT OUTER joins.
DatabaseSelectComplexTestCase::testNestedConditions in drupal/modules/simpletest/tests/database_test.test
Confirm that we can properly nest conditional clauses.
DatabaseSelectComplexTestCase::testRange in drupal/modules/simpletest/tests/database_test.test
Test range queries. The SQL clause varies with the database.
DatabaseSelectOrderedTestCase::testOrderByEscaping in drupal/modules/simpletest/tests/database_test.test
Tests that the sort direction is sanitized properly.
DatabaseSelectOrderedTestCase::testSimpleSelectMultiOrdered in drupal/modules/simpletest/tests/database_test.test
Test multiple order by.
DatabaseSelectOrderedTestCase::testSimpleSelectOrdered in drupal/modules/simpletest/tests/database_test.test
Test basic order by.
DatabaseSelectOrderedTestCase::testSimpleSelectOrderedDesc in drupal/modules/simpletest/tests/database_test.test
Test order by descending.
DatabaseSelectPagerDefaultTestCase::testElementNumbers in drupal/modules/simpletest/tests/database_test.test
Confirm that every pager gets a valid non-overlaping element ID.
DatabaseSelectPagerDefaultTestCase::testEvenPagerQuery in drupal/modules/simpletest/tests/database_test.test
Confirm that a pager query returns the correct results.
DatabaseSelectPagerDefaultTestCase::testHavingPagerQuery in drupal/modules/simpletest/tests/database_test.test
Confirm that a paging query with a having expression returns valid results.
DatabaseSelectPagerDefaultTestCase::testInnerPagerQuery in drupal/modules/simpletest/tests/database_test.test
Confirm that a pager query with inner pager query returns valid results.
DatabaseSelectPagerDefaultTestCase::testOddPagerQuery in drupal/modules/simpletest/tests/database_test.test
Confirm that a pager query returns the correct results.
DatabaseSelectSubqueryTestCase::testConditionSubquerySelect in drupal/modules/simpletest/tests/database_test.test
Test that we can use a subquery in a WHERE clause.
DatabaseSelectSubqueryTestCase::testExistsSubquerySelect in drupal/modules/simpletest/tests/database_test.test
Test EXISTS subquery conditionals on SELECT statements.
DatabaseSelectSubqueryTestCase::testFromSubquerySelect in drupal/modules/simpletest/tests/database_test.test
Test that we can use a subquery in a FROM clause.
DatabaseSelectSubqueryTestCase::testFromSubquerySelectWithLimit in drupal/modules/simpletest/tests/database_test.test
Test that we can use a subquery in a FROM clause with a limit.
DatabaseSelectSubqueryTestCase::testJoinSubquerySelect in drupal/modules/simpletest/tests/database_test.test
Test that we can use a subquery in a JOIN clause.
DatabaseSelectSubqueryTestCase::testNotExistsSubquerySelect in drupal/modules/simpletest/tests/database_test.test
Test NOT EXISTS subquery conditionals on SELECT statements.
DatabaseSelectTableSortDefaultTestCase::testTableSortQuery in drupal/modules/simpletest/tests/database_test.test
Confirm that a tablesort query returns the correct results.
DatabaseSelectTableSortDefaultTestCase::testTableSortQueryFirst in drupal/modules/simpletest/tests/database_test.test
Confirm that if a tablesort's orderByHeader is called before another orderBy, that the header happens first.
DatabaseSelectTestCase::testNotNullCondition in drupal/modules/simpletest/tests/database_test.test
Test that we can find a record without a NULL value.
DatabaseSelectTestCase::testNullCondition in drupal/modules/simpletest/tests/database_test.test
Test that we can find a record with a NULL value.
DatabaseSelectTestCase::testRandomOrder in drupal/modules/simpletest/tests/database_test.test
Test that random ordering of queries works.
DatabaseSelectTestCase::testSimpleComment in drupal/modules/simpletest/tests/database_test.test
Test rudimentary SELECT statement with a COMMENT.
DatabaseSelectTestCase::testSimpleSelect in drupal/modules/simpletest/tests/database_test.test
Test rudimentary SELECT statements.
DatabaseSelectTestCase::testSimpleSelectAllFields in drupal/modules/simpletest/tests/database_test.test
Test adding all fields from a given table to a select statement.
DatabaseSelectTestCase::testSimpleSelectConditional in drupal/modules/simpletest/tests/database_test.test
Test basic conditionals on SELECT statements.
DatabaseSelectTestCase::testSimpleSelectExpression in drupal/modules/simpletest/tests/database_test.test
Test SELECT statements with expressions.
DatabaseSelectTestCase::testSimpleSelectExpressionMultiple in drupal/modules/simpletest/tests/database_test.test
Test SELECT statements with multiple expressions.
DatabaseSelectTestCase::testSimpleSelectMultipleFields in drupal/modules/simpletest/tests/database_test.test
Test adding multiple fields to a select statement at the same time.
DatabaseSelectTestCase::testUnion in drupal/modules/simpletest/tests/database_test.test
Test that we can UNION multiple Select queries together. This is semantically equal to UNION DISTINCT, so we don't explicity test that.
DatabaseSelectTestCase::testUnionAll in drupal/modules/simpletest/tests/database_test.test
Test that we can UNION ALL multiple Select queries together.
DatabaseSelectTestCase::testVulnerableComment in drupal/modules/simpletest/tests/database_test.test
Test query COMMENT system against vulnerabilities.
DatabaseSerializeQueryTestCase::testSerializeQuery in drupal/modules/simpletest/tests/database_test.test
Confirm that a query can be serialized and unserialized.
DatabaseTaggingTestCase::testMetaData in drupal/modules/simpletest/tests/database_test.test
Test that we can attach meta data to a query object.
DatabaseTemporaryQueryTestCase::testTemporaryQuery in drupal/modules/simpletest/tests/database_test.test
Confirm that temporary tables work and are limited to one request.
DatabaseUpdateComplexTestCase::testUpdateExpression in drupal/modules/simpletest/tests/database_test.test
Test update with expression values.
DatabaseUpdateComplexTestCase::testUpdateOnlyExpression in drupal/modules/simpletest/tests/database_test.test
Test update with only expression values.
DateTimeFunctionalTest::testDateFormatConfiguration in drupal/modules/system/system.test
Test date format configuration.
DateTimeFunctionalTest::testDateFormatStorage in drupal/modules/system/system.test
Test if the date formats are stored properly.
DateTimeFunctionalTest::testDateTypeConfiguration in drupal/modules/system/system.test
Test date type configuration.
DBLogTestCase::testDBLogAddAndClear in drupal/modules/dblog/dblog.test
Tests the addition and clearing of log events through the admin interface.
DBLogTestCase::testFilter in drupal/modules/dblog/dblog.test
Tests the database log filter functionality at admin/reports/dblog.
DrupalAlterTestCase::testDrupalAlter in drupal/modules/simpletest/tests/common.test
DrupalErrorCollectionUnitTest::assertError in drupal/modules/simpletest/tests/common.test
Assert that a collected error matches what we are expecting.
DrupalErrorCollectionUnitTest::testErrorCollect in drupal/modules/simpletest/tests/common.test
Test that simpletest collects errors from the tested site.
DrupalGetQueryArrayTestCase::testDrupalGetQueryArray in drupal/modules/simpletest/tests/common.test
Tests that drupal_get_query_array() correctly explodes query parameters.
DrupalGetRdfNamespacesTestCase::testGetRdfNamespaces in drupal/modules/simpletest/tests/common.test
Test RDF namespaces.
DrupalGotoTest::testDrupalGoto in drupal/modules/simpletest/tests/common.test
Test drupal_goto().
DrupalHtmlToTextTestCase::assertHtmlToText in drupal/modules/simpletest/tests/mail.test
Helper function for testing drupal_html_to_text().
DrupalHtmlToTextTestCase::testDrupalHtmlToTextBlockTagToNewline in drupal/modules/simpletest/tests/mail.test
Test that text separated by block-level tags in HTML get separated by (at least) a newline in the plaintext version.
DrupalHtmlToTextTestCase::testDrupalHtmltoTextUsenetSignature in drupal/modules/simpletest/tests/mail.test
Tests drupal_wrap_mail() retains whitespace from Usenet style signatures.
DrupalHTTPRequestTestCase::testDrupalHTTPRequest in drupal/modules/simpletest/tests/common.test
DrupalHTTPRequestTestCase::testDrupalHTTPRequestHeaders in drupal/modules/simpletest/tests/common.test
Tests Content-language headers generated by Drupal.
DrupalHTTPRequestTestCase::testDrupalHTTPRequestRedirect in drupal/modules/simpletest/tests/common.test
DrupalRenderTestCase::testDrupalRenderCache in drupal/modules/simpletest/tests/common.test
Tests caching of render items.
DrupalRenderTestCase::testDrupalRenderThemeArguments in drupal/modules/simpletest/tests/common.test
Test passing arguments to the theme function.
DrupalSetContentTestCase::testRegions in drupal/modules/simpletest/tests/common.test
Test setting and retrieving content for theme regions.
DrupalSystemListingTestCase::testDirectoryPrecedence in drupal/modules/simpletest/tests/common.test
Test that files in different directories take precedence as expected.
DrupalWebTestCase::assertTitle in drupal/modules/simpletest/drupal_web_test_case.php
Pass if the page title is the given string.
DrupalWebTestCase::assertUrl in drupal/modules/simpletest/drupal_web_test_case.php
Pass if the internal browser's URL matches the given path.
DrupalWebTestCase::drupalCreateContentType in drupal/modules/simpletest/drupal_web_test_case.php
Creates a custom content type based on default settings.
EnableDisableTestCase::testEntityInfoCacheWatchdog in drupal/modules/system/system.test
Tests entity info cache after enabling a module with a dependency on an entity providing module.
EnableDisableTestCase::testEntityInfoChanges in drupal/modules/system/system.test
Ensures entity info cache is updated after changes.
EntityFieldQueryTestCase::assertEntityFieldQuery in drupal/modules/simpletest/tests/entity_query.test
Fetches the results of an EntityFieldQuery and compares.
EntityFieldQueryTestCase::testEntityFieldQuery in drupal/modules/simpletest/tests/entity_query.test
Tests EntityFieldQuery.
EntityFieldQueryTestCase::testEntityFieldQueryTranslatable in drupal/modules/simpletest/tests/entity_query.test
Tests querying translatable fields.
EntityLoadTestCase::testEntityLoadConditions in drupal/modules/simpletest/tests/entity_crud.test
Tests the functionality for loading entities matching certain conditions.
EntityPropertiesTestCase::testEntityLabel in drupal/modules/field/tests/field.test
Tests label key and label callback of an entity.
FeedIconTest::testFeedIconEscaping in drupal/modules/simpletest/tests/common.test
Check that special characters are correctly escaped. Test for issue #1211668.
FeedParserTestCase::testAtomSample in drupal/modules/aggregator/aggregator.test
Tests a feed that uses the Atom format.
FieldAttachOtherTestCase::testFieldAttachCache in drupal/modules/field/tests/field.test
Test field cache.
FieldAttachOtherTestCase::testFieldAttachForm in drupal/modules/field/tests/field.test
Test field_attach_form().
FieldAttachOtherTestCase::testFieldAttachValidate in drupal/modules/field/tests/field.test
Test field_attach_validate().
FieldAttachStorageTestCase::testFieldAttachCreateRenameBundle in drupal/modules/field/tests/field.test
Test field_attach_create_bundle() and field_attach_rename_bundle().
FieldAttachStorageTestCase::testFieldAttachDelete in drupal/modules/field/tests/field.test
Test field_attach_delete().
FieldAttachStorageTestCase::testFieldAttachDeleteBundle in drupal/modules/field/tests/field.test
Test field_attach_delete_bundle().
FieldAttachStorageTestCase::testFieldAttachLoadMultiple in drupal/modules/field/tests/field.test
Test the 'multiple' load feature.
FieldAttachStorageTestCase::testFieldAttachSaveLoad in drupal/modules/field/tests/field.test
Check field values insert, update and load.
FieldAttachStorageTestCase::testFieldAttachSaveLoadDifferentStorage in drupal/modules/field/tests/field.test
Test saving and loading fields using different storage backends.
FieldAttachStorageTestCase::testFieldAttachSaveMissingData in drupal/modules/field/tests/field.test
Tests insert and update with missing or NULL fields.
FieldAttachStorageTestCase::testFieldAttachSaveMissingDataDefaultValue in drupal/modules/field/tests/field.test
Test insert with missing or NULL fields, with default value.
FieldAttachStorageTestCase::testFieldStorageDetailsAlter in drupal/modules/field/tests/field.test
Test storage details alteration.
FieldBulkDeleteTestCase::checkHooksInvocations in drupal/modules/field/tests/field.test
Tests that the expected hooks have been invoked on the expected entities.
FieldBulkDeleteTestCase::testDeleteFieldInstance in drupal/modules/field/tests/field.test
Verify that deleting an instance leaves the field data items in the database and that the appropriate Field API functions can operate on the deleted data and instance.
FieldBulkDeleteTestCase::testPurgeField in drupal/modules/field/tests/field.test
Verify that fields are preserved and purged correctly as multiple instances are deleted and purged.
FieldBulkDeleteTestCase::testPurgeInstance in drupal/modules/field/tests/field.test
Verify that field data items and instances are purged when an instance is deleted.
FieldCrudTestCase::testCreateField in drupal/modules/field/tests/field.test
Test the creation of a field.
FieldCrudTestCase::testCreateFieldFail in drupal/modules/field/tests/field.test
Test failure to create a field.
FieldCrudTestCase::testDeleteField in drupal/modules/field/tests/field.test
Test the deletion of a field.
FieldCrudTestCase::testFieldIndexes in drupal/modules/field/tests/field.test
Test creation of indexes on data column.
FieldCrudTestCase::testUpdateField in drupal/modules/field/tests/field.test
Test updating a field.
FieldFormTestCase::testFieldFormAccess in drupal/modules/field/tests/field.test
Tests fields with no 'edit' access.
FieldFormTestCase::testFieldFormSingle in drupal/modules/field/tests/field.test
FieldFormTestCase::testFieldFormSingleRequired in drupal/modules/field/tests/field.test
FieldInfoTestCase::testFieldInfo in drupal/modules/field/tests/field.test
Test that field types and field definitions are correcly cached.
FieldInfoTestCase::testFieldMap in drupal/modules/field/tests/field.test
Test field_info_field_map().
FieldInstanceCrudTestCase::testUpdateFieldInstance in drupal/modules/field/tests/field.test
Test the update of a field instance.
FieldSqlStorageTestCase::testFieldAttachInsertAndUpdate in drupal/modules/field/modules/field_sql_storage/field_sql_storage.test
Reads mysql to verify correct data is written when using insert and update.
FieldSqlStorageTestCase::testFieldAttachLoad in drupal/modules/field/modules/field_sql_storage/field_sql_storage.test
Uses the mysql tables and records to verify field_load_revision works correctly.
FieldSqlStorageTestCase::testFieldAttachSaveMissingData in drupal/modules/field/modules/field_sql_storage/field_sql_storage.test
Tests insert and update with missing or NULL fields.
FieldSqlStorageTestCase::testFieldSqlStorageForeignKeys in drupal/modules/field/modules/field_sql_storage/field_sql_storage.test
Test foreign key support.
FieldSqlStorageTestCase::testFieldSqlStorageMultipleConditionsDifferentColumns in drupal/modules/field/modules/field_sql_storage/field_sql_storage.test
Test handling multiple conditions on multiple columns of one field.
FieldSqlStorageTestCase::testFieldSqlStorageMultipleConditionsDifferentColumnsMultipleLanguages in drupal/modules/field/modules/field_sql_storage/field_sql_storage.test
Test handling multiple conditions on multiple columns of one field for multiple languages.
FieldSqlStorageTestCase::testFieldSqlStorageMultipleConditionsSameColumn in drupal/modules/field/modules/field_sql_storage/field_sql_storage.test
Test handling multiple conditions on one column of a field.
FieldSqlStorageTestCase::testFieldStorageDetails in drupal/modules/field/modules/field_sql_storage/field_sql_storage.test
Test the storage details.
FieldSqlStorageTestCase::testFieldUpdateIndexesWithData in drupal/modules/field/modules/field_sql_storage/field_sql_storage.test
Test adding and removing indexes while data is present.
FieldTestCase::assertFieldValues in drupal/modules/field/tests/field.test
Assert that a field has the expected values in an entity.
FieldTranslationsTestCase::testFieldDisplayLanguage in drupal/modules/field/tests/field.test
Tests display language logic for translatable fields.
FieldTranslationsTestCase::testFieldInvoke in drupal/modules/field/tests/field.test
Test the multilanguage logic of _field_invoke().
FieldTranslationsTestCase::testFieldInvokeMultiple in drupal/modules/field/tests/field.test
Test the multilanguage logic of _field_invoke_multiple().
FieldUIManageDisplayTestCase::testFormatterUI in drupal/modules/field_ui/field_ui.test
Tests formatter settings.
FieldUIManageFieldsTestCase::testDefaultValue in drupal/modules/field_ui/field_ui.test
Tests that default value is correctly validated and saved.
FieldUpdatePathTestCase::testFilledUpgrade in drupal/modules/simpletest/tests/upgrade/update.field.test
Tests that the update is successful.
FileCopyTest::testExistingError in drupal/modules/simpletest/tests/file.test
Test that copying over an existing file fails when FILE_EXISTS_ERROR is specified.
FileCopyTest::testExistingRename in drupal/modules/simpletest/tests/file.test
Test renaming when copying over a file that already exists.
FileCopyTest::testExistingReplace in drupal/modules/simpletest/tests/file.test
Test replacement when copying over a file that already exists.
FileCopyTest::testNormal in drupal/modules/simpletest/tests/file.test
Test file copying in the normal, base case.
FileDeleteTest::testInUse in drupal/modules/simpletest/tests/file.test
Tries deleting a file that is in use.
FileDirectoryTest::testFileCheckDirectoryHandling in drupal/modules/simpletest/tests/file.test
Test directory handling functions.
FileDirectoryTest::testFileCreateNewFilepath in drupal/modules/simpletest/tests/file.test
This will take a directory and path, and find a valid filepath that is not taken by another file.
FileDirectoryTest::testFileDestination in drupal/modules/simpletest/tests/file.test
This will test the filepath for a destination based on passed flags and whether or not the file exists.
FileDirectoryTest::testFileDirectoryTemp in drupal/modules/simpletest/tests/file.test
Ensure that the file_directory_temp() function always returns a value.
FileDownloadTest::checkUrl in drupal/modules/simpletest/tests/file.test
Download a file from the URL generated by file_create_url().
FileDownloadTest::testPrivateFileTransfer in drupal/modules/simpletest/tests/file.test
Test the private file transfer system.
FileDownloadTest::testPublicFileTransfer in drupal/modules/simpletest/tests/file.test
Test the public file transfer system.
FileFieldAnonymousSubmission::testAnonymousNodeWithFile in drupal/modules/file/tests/file.test
Tests file submission for an anonymous visitor.
FileFieldAnonymousSubmission::_testNodeWithFileWithoutTitle in drupal/modules/file/tests/file.test
Helper method to test file submissions with missing node titles.
FileFieldRevisionTestCase::testRevisions in drupal/modules/file/tests/file.test
Tests creating multiple revisions of a node and managing attached files.
FileFieldTestCase::assertFileEntryExists in drupal/modules/file/tests/file.test
Asserts that a file exists in the database.
FileFieldWidgetTestCase::doTestTemporaryFileRemovalExploit in drupal/modules/file/tests/file.test
Helper for testing exploiting the temporary file removal using fid.
FileHookTestCase::assertFileHookCalled in drupal/modules/simpletest/tests/file.test
Assert that a hook_file_* hook was called a certain number of times.
FileLoadTest::testMultiple in drupal/modules/simpletest/tests/file.test
This will test loading file data from the database.
FileLoadTest::testSingleValues in drupal/modules/simpletest/tests/file.test
Load a single file and ensure that the correct values are returned.
FileManagedFileElementTestCase::testManagedFile in drupal/modules/file/tests/file.test
Tests the managed_file element type.
FileMoveTest::testExistingError in drupal/modules/simpletest/tests/file.test
Test that moving onto an existing file fails when FILE_EXISTS_ERROR is specified.
FileMoveTest::testExistingRename in drupal/modules/simpletest/tests/file.test
Test renaming when moving onto a file that already exists.
FileMoveTest::testExistingReplace in drupal/modules/simpletest/tests/file.test
Test replacement when moving onto a file that already exists.
FileMoveTest::testExistingReplaceSelf in drupal/modules/simpletest/tests/file.test
Test replacement when moving onto itself.
FileMoveTest::testNormal in drupal/modules/simpletest/tests/file.test
Move a normal file.
FileNameMungingTest::testMungeNullByte in drupal/modules/simpletest/tests/file.test
Tests munging with a null byte in the filename.
FilePrivateTestCase::testPrivateFile in drupal/modules/file/tests/file.test
Tests file access for file uploaded to a private node.
FileSaveDataTest::testExistingError in drupal/modules/simpletest/tests/file.test
Test that file_save_data() fails overwriting an existing file.
FileSaveDataTest::testExistingRename in drupal/modules/simpletest/tests/file.test
Test file_save_data() when renaming around an existing file.
FileSaveDataTest::testExistingReplace in drupal/modules/simpletest/tests/file.test
Test file_save_data() when replacing an existing file.
FileSaveDataTest::testWithFilename in drupal/modules/simpletest/tests/file.test
Test the file_save_data() function when a filename is provided.
FileSaveDataTest::testWithoutFilename in drupal/modules/simpletest/tests/file.test
Test the file_save_data() function when no filename is provided.
FileSaveTest::testFileSave in drupal/modules/simpletest/tests/file.test
FileSaveUploadTest::testNormal in drupal/modules/simpletest/tests/file.test
Test the file_save_upload() function.
FileScanDirectoryTest::testOptionCallback in drupal/modules/simpletest/tests/file.test
Check that the callback function is called correctly.
FileScanDirectoryTest::testOptionKey in drupal/modules/simpletest/tests/file.test
Check that key parameter sets the return value's key.
FileScanDirectoryTest::testOptionMinDepth in drupal/modules/simpletest/tests/file.test
Check that the min_depth options lets us ignore files in the starting directory.
FileScanDirectoryTest::testOptionNoMask in drupal/modules/simpletest/tests/file.test
Check that the no-mask parameter is honored.
FileScanDirectoryTest::testOptionRecurse in drupal/modules/simpletest/tests/file.test
Check that the recurse option decends into subdirectories.
FileScanDirectoryTest::testReturn in drupal/modules/simpletest/tests/file.test
Check the format of the returned values.
FileSpaceUsedTest::testFileSpaceUsed in drupal/modules/simpletest/tests/file.test
Test different users with the default status.
FileTaxonomyTermTestCase::_testTermFile in drupal/modules/file/tests/file.test
Runs tests for attaching a file field to a taxonomy term.
FileTestCase::assertDirectoryPermissions in drupal/modules/simpletest/tests/file.test
Helper function to test the permissions of a directory.
FileTestCase::assertFilePermissions in drupal/modules/simpletest/tests/file.test
Helper function to test the permissions of a file.
FileTestCase::assertFileUnchanged in drupal/modules/simpletest/tests/file.test
Check that two files have the same values for all fields other than the timestamp.
FileTestCase::assertSameFile in drupal/modules/simpletest/tests/file.test
Check that two files are the same by comparing the fid and filepath.
FileTokenReplaceTestCase::testFileTokenReplacement in drupal/modules/file/tests/file.test
Creates a file, then tests the tokens generated from it.
FileUnmanagedCopyTest::testNormal in drupal/modules/simpletest/tests/file.test
Copy a normal file.
FileUnmanagedMoveTest::testNormal in drupal/modules/simpletest/tests/file.test
Move a normal file.
FileUnmanagedSaveDataTest::testFileSaveData in drupal/modules/simpletest/tests/file.test
Test the file_unmanaged_save_data() function.
FileURLRewritingTest::testPublicCreatedFileURL in drupal/modules/simpletest/tests/file.test
Test the generating of rewritten public created file URLs.
FileURLRewritingTest::testShippedFileURL in drupal/modules/simpletest/tests/file.test
Test the generating of rewritten shipped file URLs.
FileUsageTest::testAddUsage in drupal/modules/simpletest/tests/file.test
Tests file_usage_add().
FileUsageTest::testGetUsage in drupal/modules/simpletest/tests/file.test
Tests file_usage_list().
FileUsageTest::testRemoveUsage in drupal/modules/simpletest/tests/file.test
Tests file_usage_delete().
FileValidateTest::testCallerValidation in drupal/modules/simpletest/tests/file.test
Test that the validators passed into are checked.
FileValidatorTest::testFileValidateExtensions in drupal/modules/simpletest/tests/file.test
Test the file_validate_extensions() function.
FileValidatorTest::testFileValidateImageResolution in drupal/modules/simpletest/tests/file.test
This ensures the resolution of a specific file is within bounds. The image will be resized if it's too large.
FileValidatorTest::testFileValidateIsImage in drupal/modules/simpletest/tests/file.test
This ensures a specific file is actually an image.
FileValidatorTest::testFileValidateNameLength in drupal/modules/simpletest/tests/file.test
This will ensure the filename length is valid.
FileValidatorTest::testFileValidateSize in drupal/modules/simpletest/tests/file.test
Test file_validate_size().
FilledMinimalUpdatePath::testFilledStandardUpdate in drupal/modules/simpletest/tests/upgrade/upgrade.test
Tests a successful point release update.
FilledStandardUpdatePath::testFilledStandardUpdate in drupal/modules/simpletest/tests/upgrade/upgrade.test
Tests a successful point release update.
FilterCRUDTestCase::verifyFilters in drupal/modules/filter/filter.test
Verifies that filters are properly stored for a text format.
FilterCRUDTestCase::verifyTextFormat in drupal/modules/filter/filter.test
Verifies that a text format is properly stored.
FilterDefaultFormatTestCase::testDefaultTextFormats in drupal/modules/filter/filter.test
Tests if the default text format is accessible to users.
FilterDOMSerializeTestCase::testFilterEmptyDOMSerialization in drupal/modules/filter/filter.test
Tests empty DOMDocument object.
FilterFormatAccessTestCase::testFormatRoles in drupal/modules/filter/filter.test
Tests if text format is available to a role.
FilterNoFormatTestCase::testCheckMarkupNoFormat in drupal/modules/filter/filter.test
Tests text without format.
FilterSettingsTestCase::testFilterDefaults in drupal/modules/filter/filter.test
Tests explicit and implicit default settings for filters.
FilterUnitTestCase::testFilterXSS in drupal/modules/filter/filter.test
Tests limiting allowed tags and XSS prevention.
FilterUnitTestCase::testFilterXSSAdmin in drupal/modules/filter/filter.test
Tests the loose, admin HTML filter.
FilterUnitTestCase::testHtmlCorrectorFilter in drupal/modules/filter/filter.test
Tests the HTML corrector filter.
FilterUnitTestCase::testLineBreakFilter in drupal/modules/filter/filter.test
Tests the line break filter.
FormsElementsLabelsTestCase::testFormLabels in drupal/modules/simpletest/tests/form.test
Test form elements, labels, title attibutes and required marks output correctly and have the correct label option class if needed.
FormsFormCacheTestCase::testCacheForm in drupal/modules/simpletest/tests/form.test
Tests storing and retrieving the form from cache.
FormsFormStoragePageCacheTestCase::getFormBuildId in drupal/modules/simpletest/tests/form.test
Return the build id of the current form.
FormsFormStoragePageCacheTestCase::testRebuildFormStorageOnCachedPage in drupal/modules/simpletest/tests/form.test
Build-id is regenerated when rebuilding cached form.
FormsFormStoragePageCacheTestCase::testValidateFormStorageOnCachedPage in drupal/modules/simpletest/tests/form.test
Build-id is regenerated when validating cached form.
FormsFormStorageTestCase::testImmutableForm in drupal/modules/simpletest/tests/form.test
Verifies that form build-id is regenerated when loading an immutable form from the cache.
FormsFormStorageTestCase::testImmutableFormLegacyProtection in drupal/modules/simpletest/tests/form.test
Verify that existing contrib code cannot overwrite immutable form state.
FormsFormStorageTestCase::testMutableForm in drupal/modules/simpletest/tests/form.test
Verify that the form build-id remains the same when validation errors occur on a mutable form.
FormStateValuesCleanTestCase::testFormStateValuesClean in drupal/modules/simpletest/tests/form.test
Tests form_state_values_clean().
FormsTestCase::testCheckboxProcessing in drupal/modules/simpletest/tests/form.test
Test default value handling for checkboxes.
FormsTestCase::testDisabledElements in drupal/modules/simpletest/tests/form.test
Test handling of disabled elements.
ForumTestCase::createForumTopic in drupal/modules/forum/forum.test
Creates forum topic.
ForumTestCase::editForumTaxonomy in drupal/modules/forum/forum.test
Edits the forum taxonomy.
ForumTestCase::testAddOrphanTopic in drupal/modules/forum/forum.test
Tests that forum nodes can't be added without a parent.
ForumTestCase::testForum in drupal/modules/forum/forum.test
Tests forum functionality through the admin and user interfaces.
ForumUpgradePathTestCase::testForumUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.forum.test
Test a successful upgrade (no negotiation).
GraphUnitTest::assertComponents in drupal/modules/simpletest/tests/graph.test
Verify expected components in a graph.
GraphUnitTest::assertPaths in drupal/modules/simpletest/tests/graph.test
Verify expected paths in a graph.
GraphUnitTest::assertReversePaths in drupal/modules/simpletest/tests/graph.test
Verify expected reverse paths in a graph.
HookBootExitTestCase::testHookBootExit in drupal/modules/simpletest/tests/bootstrap.test
Test calling of hook_boot() and hook_exit().
ImageAdminStylesUnitTest::testDefaultStyle in drupal/modules/image/image.test
Test to override, edit, then revert a style.
ImageAdminStylesUnitTest::testStyle in drupal/modules/image/image.test
General test to add a style, add/remove/edit effects to it, then delete it.
ImageDimensionsScaleTestCase::testImageDimensionsScale in drupal/modules/image/image.test
Tests all control flow branches in image_dimensions_scale().
ImageDimensionsTestCase::testImageDimensions in drupal/modules/image/image.test
Test styled image dimensions cumulatively.
ImageEffectsUnitTest::testCropEffect in drupal/modules/image/image.test
Test the image_crop_effect() function.
ImageEffectsUnitTest::testDesaturateEffect in drupal/modules/image/image.test
Test the image_desaturate_effect() function.
ImageEffectsUnitTest::testResizeEffect in drupal/modules/image/image.test
Test the image_resize_effect() function.
ImageEffectsUnitTest::testRotateEffect in drupal/modules/image/image.test
Test the image_rotate_effect() function.
ImageEffectsUnitTest::testScaleAndCropEffect in drupal/modules/image/image.test
Test the image_scale_and_crop_effect() function.
ImageEffectsUnitTest::testScaleEffect in drupal/modules/image/image.test
Test the image_scale_effect() function.
ImageFieldDefaultImagesTestCase::testDefaultImages in drupal/modules/image/image.test
Tests CRUD for fields and fields instances with default images.
ImageFieldDisplayTestCase::testImageFieldDefaultImage in drupal/modules/image/image.test
Test use of a default image with an image field.
ImageFieldDisplayTestCase::_testImageFieldFormatters in drupal/modules/image/image.test
Test image formatters on node display.
ImageStyleFlushTest::testFlush in drupal/modules/image/image.test
General test to flush a style.
ImageStylesPathAndUrlTestCase::testImageStylePath in drupal/modules/image/image.test
Test image_style_path().
ImageStylesPathAndUrlTestCase::_testImageStyleUrlAndPath in drupal/modules/image/image.test
Test image_style_url().
ImageThemeFunctionWebTestCase::testImageFormatterTheme in drupal/modules/image/image.test
Tests usage of the image field formatters.
ImageToolkitUnitTest::testCrop in drupal/modules/simpletest/tests/image.test
Test the image_crop() function.
ImageToolkitUnitTest::testDesaturate in drupal/modules/simpletest/tests/image.test
Test the image_desaturate() function.
ImageToolkitUnitTest::testLoad in drupal/modules/simpletest/tests/image.test
Test the image_load() function.
ImageToolkitUnitTest::testResize in drupal/modules/simpletest/tests/image.test
Test the image_resize() function.
ImageToolkitUnitTest::testRotate in drupal/modules/simpletest/tests/image.test
Test the image_rotate() function.
ImageToolkitUnitTest::testScale in drupal/modules/simpletest/tests/image.test
Test the image_scale() function.
ImageToolkitUnitTest::testScaleAndCrop in drupal/modules/simpletest/tests/image.test
Test the image_scale_and_crop() function.
ImportOPMLTestCase::submitImportForm in drupal/modules/aggregator/aggregator.test
Submits form with invalid, empty, and valid OPML files.
ImportOPMLTestCase::validateImportFormFields in drupal/modules/aggregator/aggregator.test
Submits form filled with invalid fields.
InfoFileParserTestCase::testDrupalParseInfoFormat in drupal/modules/system/system.test
Test drupal_parse_info_format().
IPAddressBlockingTestCase::testDuplicateIpAddress in drupal/modules/system/system.test
Test duplicate IP addresses are not present in the 'blocked_ips' table.
JavaScriptTestCase::testAddFile in drupal/modules/simpletest/tests/common.test
Test adding a JavaScript file.
JavaScriptTestCase::testAddInline in drupal/modules/simpletest/tests/common.test
Test adding inline scripts.
JavaScriptTestCase::testAddSetting in drupal/modules/simpletest/tests/common.test
Test adding settings.
JavaScriptTestCase::testAggregationOrder in drupal/modules/simpletest/tests/common.test
Tests JavaScript aggregation when files are added to a different scope.
JavaScriptTestCase::testDefault in drupal/modules/simpletest/tests/common.test
Test default JavaScript is empty.
JavaScriptTestCase::testDifferentGroup in drupal/modules/simpletest/tests/common.test
Test adding a JavaScript file with a different group.
JavaScriptTestCase::testDifferentWeight in drupal/modules/simpletest/tests/common.test
Test adding a JavaScript file with a different weight.
JavaScriptTestCase::testGetLibrary in drupal/modules/simpletest/tests/common.test
Tests retrieval of libraries via drupal_get_library().
JavaScriptTestCase::testLibraryAlter in drupal/modules/simpletest/tests/common.test
Adds a JavaScript library to the page and alters it.
JavaScriptTestCase::testLibraryNameConflicts in drupal/modules/simpletest/tests/common.test
Tests that multiple modules can implement the same library.
JavaScriptTestCase::testReset in drupal/modules/simpletest/tests/common.test
Test to see if resetting the JavaScript empties the cache.
ListFieldUITestCase::testListAllowedValuesBoolean in drupal/modules/field/modules/list/tests/list.test
List (boolen) : test 'On/Off' values input.
LocaleCommentLanguageFunctionalTest::testCommentLanguage in drupal/modules/locale/locale.test
Test that comment language is properly set.
LocaleConfigurationTest::testLanguageConfiguration in drupal/modules/locale/locale.test
Functional tests for adding, editing and deleting languages.
LocaleContentFunctionalTest::testNodeCreationWithLanguage in drupal/modules/locale/locale.test
Verifies that nodes may be created with different languages.
LocaleImportFunctionalTest::testStandalonePoFile in drupal/modules/locale/locale.test
Test import of standalone .po files.
LocaleInstallTest::testFunctionSignatures in drupal/modules/locale/locale.test
Verify that function signatures of t() and st() are equal.
LocaleJavascriptTranslationTest::testFileParsing in drupal/modules/locale/locale.test
LocaleLanguageNegotiationInfoFunctionalTest::testInfoAlterations in drupal/modules/locale/locale.test
Tests alterations to language types/negotiation info.
LocaleMultilingualFieldsFunctionalTest::testMultilingualDisplaySettings in drupal/modules/locale/locale.test
LocalePathFunctionalTest::testPathLanguageConfiguration in drupal/modules/locale/locale.test
Test if a language can be associated with a path alias.
LocaleTranslationFunctionalTest::testStringTranslation in drupal/modules/locale/locale.test
Adds a language and tests string translation by users with the appropriate permissions.
LocaleUninstallFunctionalTest::testUninstallProcess in drupal/modules/locale/locale.test
Check if the values of the Locale variables are correct after uninstall.
LocaleUrlRewritingTest::testDomainNameNegotiationPort in drupal/modules/locale/locale.test
Check URL rewriting when using a domain name and a non-standard port.
LocaleUserCreationTest::testLocalUserCreation in drupal/modules/locale/locale.test
Functional test for language handling during user creation.
MailTestCase::testPluggableFramework in drupal/modules/simpletest/tests/mail.test
Assert that the pluggable mail system is functional.
MenuLinksUnitTestCase::assertMenuLinkParents in drupal/modules/simpletest/tests/menu.test
Assert that at set of links is properly parented.
MenuRebuildTestCase::testMenuRebuildByVariable in drupal/modules/simpletest/tests/menu.test
Test if the 'menu_rebuild_needed' variable triggers a menu_rebuild() call.
MenuRouterTestCase::testMenuHidden in drupal/modules/simpletest/tests/menu.test
Tests menu link depth and parents of local tasks and menu callbacks.
MenuRouterTestCase::testMenuHierarchy in drupal/modules/simpletest/tests/menu.test
Tests for menu hierarchy.
MenuRouterTestCase::testMenuItemHooks in drupal/modules/simpletest/tests/menu.test
Test menu maintenance hooks.
MenuRouterTestCase::testMenuName in drupal/modules/simpletest/tests/menu.test
Tests for menu_name parameter for hook_menu().
MenuRouterTestCase::testMenuSetItem in drupal/modules/simpletest/tests/menu.test
Test menu_set_item().
MenuTestCase::assertMenuLink in drupal/modules/menu/menu.test
Fetch the menu item from the database and compare it to the specified array.
MenuTestCase::testMenu in drupal/modules/menu/menu.test
Login users, add menus and menu links, and test menu functionality through the admin and user interfaces.
MenuTrailTestCase::testCustom403And404Pages in drupal/modules/simpletest/tests/menu.test
Tests that the active trail works correctly on custom 403 and 404 pages.
MenuTreeOutputTestCase::testMenuTreeData in drupal/modules/simpletest/tests/menu.test
Validate the generation of a proper menu tree output.
MenuUpgradePathTestCase::testMenuUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.menu.test
Test a successful upgrade.
ModuleTestCase::assertModules in drupal/modules/system/system.test
Assert the list of modules are enabled or disabled.
ModuleUninstallTestCase::testUserPermsUninstalled in drupal/modules/simpletest/tests/module.test
Tests the hook_modules_uninstalled() of the user module.
ModuleUnitTest::assertModuleList in drupal/modules/simpletest/tests/module.test
Assert that module_list() return the expected values.
ModuleUnitTest::testDependencyResolution in drupal/modules/simpletest/tests/module.test
Test dependency resolution.
ModuleUnitTest::testModuleImplements in drupal/modules/simpletest/tests/module.test
Test module_implements() caching.
ModuleVersionTestCase::testModuleVersions in drupal/modules/system/system.test
Test version dependencies.
NewDefaultThemeBlocks::testNewDefaultThemeBlocks in drupal/modules/block/block.test
Check the enabled Bartik blocks are correctly copied over.
NodeAccessRecordsTestCase::testNodeAccessRecords in drupal/modules/node/node.test
Creates a node and tests the creation of node access rules.
NodeAccessTestCase::assertNodeAccess in drupal/modules/node/node.test
Asserts node_access() correctly grants or denies access.
NodeAdminTestCase::testContentAdminSort in drupal/modules/node/node.test
Tests that the table sorting works on the content admin pages.
NodeEntityViewModeAlterTest::testNodeViewModeChange in drupal/modules/node/node.test
Create a "Basic page" node and verify its consistency in the database.
NodeEntityViewModeAlterTest::testNodeViewModeChangeHiddenField in drupal/modules/node/node.test
Tests fields that were previously hidden when the view mode is changed.
NodeLoadHooksTestCase::testHookNodeLoad in drupal/modules/node/node.test
Test that hook_node_load() is invoked correctly.
NodeLoadMultipleTestCase::testNodeMultipleLoad in drupal/modules/node/node.test
Create four nodes and ensure they're loaded correctly.
NodeMultiByteUtf8Test::testMultiByteUtf8 in drupal/modules/node/node.test
Tests that multi-byte UTF-8 characters are stored and retrieved correctly.
NodePostSettingsTestCase::testPagePostInfo in drupal/modules/node/node.test
Confirms "Basic page" content type and post information is on a new node.
NodeQueryAlter::testNodeQueryAlterLowLevelEditAccess in drupal/modules/node/node.test
Tests 'node_access' query alter, for edit access.
NodeQueryAlter::testNodeQueryAlterLowLevelNoAccess in drupal/modules/node/node.test
Tests 'node_access' query alter, for user without access.
NodeQueryAlter::testNodeQueryAlterLowLevelWithAccess in drupal/modules/node/node.test
Tests 'node_access' query alter, for user with access.
NodeQueryAlter::testNodeQueryAlterOverride in drupal/modules/node/node.test
Tests 'node_access' query alter override.
NodeQueryAlter::testNodeQueryAlterWithUI in drupal/modules/node/node.test
Tests that node access permissions are followed.
NodeRevisionsTestCase::testNodeRevisionWithoutLogMessage in drupal/modules/node/node.test
Checks that revisions are correctly saved without log messages.
NodeSaveTestCase::testDeterminingChanges in drupal/modules/node/node.test
Tests determing changes in hook_node_presave() and verifies the static node load cache is cleared upon save.
NodeSaveTestCase::testImport in drupal/modules/node/node.test
Checks whether custom node IDs are saved properly during an import operation.
NodeSaveTestCase::testNodeSaveOnInsert in drupal/modules/node/node.test
Tests saving a node on node insert.
NodeSaveTestCase::testTimestamps in drupal/modules/node/node.test
Verifies accuracy of the "created" and "changed" timestamp functionality.
NodeTitleTestCase::testNodeTitle in drupal/modules/node/node.test
Creates one node and tests if the node title has the correct value.
NodeTokenReplaceTestCase::testNodeTokenReplacement in drupal/modules/node/node.test
Creates a node, then tests the tokens generated from it.
NodeTypePersistenceTestCase::testNodeTypeCustomizationPersistence in drupal/modules/node/node.test
Tests that node type customizations persist through disable and uninstall.
NodeTypeTestCase::testNodeTypeEditing in drupal/modules/node/node.test
Tests editing a node type using the UI.
NodeTypeTestCase::testNodeTypeGetFunctions in drupal/modules/node/node.test
Ensures that node type functions (node_type_get_*) work correctly.
OpenIDRegistrationTestCase::testRegisterUserWithAXButNoSREG in drupal/modules/openid/openid.test
Test OpenID auto-registration with a provider that supplies AX information, but no SREG.
OpenIDRegistrationTestCase::testRegisterUserWithEmailVerification in drupal/modules/openid/openid.test
Test OpenID auto-registration with e-mail verification enabled.
OpenIDRegistrationTestCase::testRegisterUserWithoutEmailVerification in drupal/modules/openid/openid.test
Test OpenID auto-registration with e-mail verification disabled.
OpenIDTestCase::testOpenidDhXorsecret in drupal/modules/openid/openid.test
Test _openid_dh_xorsecret().
OpenIDTestCase::testOpenidExtractNamespace in drupal/modules/openid/openid.test
Test openid_extract_namespace().
OpenIDTestCase::testOpenidNormalize in drupal/modules/openid/openid.test
Test openid_normalize().
OpenIDTestCase::testOpenidSignature in drupal/modules/openid/openid.test
Test _openid_signature().
OptionsSelectDynamicValuesTestCase::testSelectListDynamic in drupal/modules/field/modules/options/options.test
Tests the 'options_select' widget (single select).
PageEditTestCase::testPageEdit in drupal/modules/node/node.test
Checks node edit functionality.
ParseInfoFilesTestCase::testParseInfoFile in drupal/modules/simpletest/tests/common.test
Parse an example .info file an verify the results.
PathLanguageTestCase::testAliasTranslation in drupal/modules/path/path.test
Test alias functionality through the admin interfaces.
PathLookupTest::testDrupalLookupPath in drupal/modules/simpletest/tests/path.test
Test that drupal_lookup_path() returns the correct path.
PathMonolingualTestCase::setUp in drupal/modules/path/path.test
Sets up a Drupal site for running functional and integration tests.
PHPTestCase::setUp in drupal/modules/php/php.test
Sets up a Drupal site for running functional and integration tests.
PollCreateTestCase::testPollCreate in drupal/modules/poll/poll.test
PollTestCase::assertPollChoiceOrder in drupal/modules/poll/poll.test
Assert correct poll choice order in the node form after submission.
PollTokenReplaceTestCase::testPollTokenReplacement in drupal/modules/poll/poll.test
Creates a poll, then tests the tokens generated from it.
PollVoteCheckHostname::testHostnamePollVote in drupal/modules/poll/poll.test
Check that anonymous users with same ip cannot vote on poll more than once unless user is logged in.
ProfileBlockTestCase::testAuthorInformationBlock in drupal/modules/profile/profile.test
QueueTestCase::testQueue in drupal/modules/system/system.test
Queues and dequeues a set of items to check the basic queue functionality.
RdfCommentAttributesTestCase::testCommentReplyOfRdfaMarkup in drupal/modules/rdf/rdf.test
Test RDF comment replies.
RdfCommentAttributesTestCase::_testBasicCommentRdfaMarkup in drupal/modules/rdf/rdf.test
Helper function for testCommentRdfaMarkup().
RdfCrudTestCase::testCRUD in drupal/modules/rdf/rdf.test
Test inserting, loading, updating, and deleting RDF mappings.
RdfGetRdfNamespacesTestCase::testGetRdfNamespaces in drupal/modules/rdf/rdf.test
Test getting RDF namesapces.
RdfMappingHookTestCase::testMapping in drupal/modules/rdf/rdf.test
Test that hook_rdf_mapping() correctly returns and processes mapping.
RdfRdfaMarkupTestCase::testDrupalRdfaAttributes in drupal/modules/rdf/rdf.test
Test rdf_rdfa_attributes().
RetrieveFileTestCase::testFileRetrieving in drupal/modules/system/system.test
Invokes system_retrieve_file() in several scenarios.
SchemaTestCase::assertFieldCharacteristics in drupal/modules/simpletest/tests/schema.test
Assert that a newly added field has the correct characteristics.
SchemaTestCase::checkSchemaComment in drupal/modules/simpletest/tests/schema.test
Checks that a table or column comment matches a given description.
SchemaTestCase::testSchema in drupal/modules/simpletest/tests/schema.test
SearchBlockTestCase::testBlock in drupal/modules/search/search.test
Test that the search block form works correctly.
SearchConfigSettingsForm::testSearchModuleDisabling in drupal/modules/search/search.test
Verify that you can disable individual search modules.
SearchEmbedForm::testEmbeddedForm in drupal/modules/search/search.test
Tests that the embedded form appears and can be submitted.
SearchExcerptTestCase::testSearchExcerpt in drupal/modules/search/search.test
Tests search_excerpt() with several simulated search keywords.
SearchExpressionInsertExtractTestCase::testInsertExtract in drupal/modules/search/search.test
Tests search_expression_insert() and search_expression_extract().
SearchLanguageTestCase::testLanguages in drupal/modules/search/search.test
SearchMatchTestCase::_testQueryMatching in drupal/modules/search/search.test
Test the matching abilities of the engine.
SearchMatchTestCase::_testQueryScores in drupal/modules/search/search.test
Test the scoring abilities of the engine.
SearchRankingTestCase::testDoubleRankings in drupal/modules/search/search.test
Verifies that if we combine two rankings, search still works.
SearchRankingTestCase::testHTMLRankings in drupal/modules/search/search.test
Test rankings of HTML tags.
SearchRankingTestCase::testRankings in drupal/modules/search/search.test
SearchSimplifyTestCase::testSearchSimplifyPunctuation in drupal/modules/search/search.test
Tests that search_simplify() does the right thing with punctuation.
SearchTokenizerTestCase::testNoTokenizer in drupal/modules/search/search.test
Verifies that strings of non-CJK characters are not tokenized.
SearchTokenizerTestCase::testTokenizer in drupal/modules/search/search.test
Verifies that strings of CJK characters are tokenized.
SessionHttpsTestCase::testHttpsSession in drupal/modules/simpletest/tests/session.test
SessionTestCase::testEmptyAnonymousSession in drupal/modules/simpletest/tests/session.test
Test that empty anonymous sessions are destroyed.
SessionTestCase::testSessionWrite in drupal/modules/simpletest/tests/session.test
Test that sessions are only saved when necessary.
ShortcutSetsTestCase::testShortcutSetSwitchCreate in drupal/modules/shortcut/shortcut.test
Tests switching a user's shortcut set and creating one at the same time.
ShortcutSetsTestCase::testShortcutSetSwitchNoSetName in drupal/modules/shortcut/shortcut.test
Tests switching a user's shortcut set without providing a new set name.
SimpleTestBrowserTestCase::testCookieDoesNotBleed in drupal/modules/simpletest/simpletest.test
Tests that the cookies from a previous test do not bleed into a new test.
SimpleTestBrowserTestCase::testCookies in drupal/modules/simpletest/simpletest.test
Tests that cookies set during a request are available for testing.
SimpleTestBrowserTestCase::testGetAbsoluteUrl in drupal/modules/simpletest/simpletest.test
Test DrupalWebTestCase::getAbsoluteUrl().
SimpleTestBrowserTestCase::testXPathEscaping in drupal/modules/simpletest/simpletest.test
Tests XPath escaping.
SimpleTestFunctionalTest::confirmStubTestResults in drupal/modules/simpletest/simpletest.test
Confirm that the stub test produced the desired results.
SimpleTestFunctionalTest::testInternalBrowser in drupal/modules/simpletest/simpletest.test
Test the internal browsers functionality.
SimpleTestMailCaptureTestCase::testMailSend in drupal/modules/simpletest/simpletest.test
Test to see if the wrapper function is executed correctly.
StatisticsAdminTestCase::testDeleteNode in drupal/modules/statistics/statistics.test
Tests that when a node is deleted, the node counter is deleted too.
StatisticsLoggingTestCase::testLogging in drupal/modules/statistics/statistics.test
Verifies request logging for cached and uncached pages.
StatisticsTokenReplaceTestCase::testStatisticsTokenReplacement in drupal/modules/statistics/statistics.test
Creates a node, then tests the statistics tokens generated from it.
StreamWrapperTest::testGetClassName in drupal/modules/simpletest/tests/file.test
Test the getClassName() function.
StreamWrapperTest::testGetInstanceByScheme in drupal/modules/simpletest/tests/file.test
Test the file_stream_wrapper_get_instance_by_scheme() function.
StreamWrapperTest::testGetValidStreamScheme in drupal/modules/simpletest/tests/file.test
Test the scheme functions.
StreamWrapperTest::testUriFunctions in drupal/modules/simpletest/tests/file.test
Test the URI and target functions.
SystemAdminTestCase::testCompactMode in drupal/modules/system/system.test
Test compact mode.
SystemThemeFunctionalTest::testThemeSettings in drupal/modules/system/system.test
Test the theme settings form.
TableSortTest::testTableSortInit in drupal/modules/simpletest/tests/tablesort.test
Test tablesort_init().
TaxonomyEFQTestCase::testTaxonomyEFQ in drupal/modules/taxonomy/taxonomy.test
Tests that a basic taxonomy EntityFieldQuery works.
TaxonomyHooksTestCase::testTaxonomyTermHooks in drupal/modules/taxonomy/taxonomy.test
Test that hooks are run correctly on creating, editing, viewing, and deleting a term.
TaxonomyLegacyTestCase::testTaxonomyLegacyNode in drupal/modules/taxonomy/taxonomy.test
Test taxonomy functionality with nodes prior to 1970.
TaxonomyLoadMultipleTestCase::testTaxonomyTermMultipleLoad in drupal/modules/taxonomy/taxonomy.test
Create a vocabulary and some taxonomy terms, ensuring they're loaded correctly using taxonomy_term_load_multiple().
TaxonomyQueryAlterTestCase::testTaxonomyQueryAlter in drupal/modules/taxonomy/taxonomy.test
Tests that appropriate tags are added when querying the database.
TaxonomyTermFieldMultipleVocabularyTestCase::testTaxonomyTermFieldMultipleVocabularies in drupal/modules/taxonomy/taxonomy.test
Tests term reference field and widget with multiple vocabularies.
TaxonomyTermFieldTestCase::testTaxonomyTermFieldChangeMachineName in drupal/modules/taxonomy/taxonomy.test
Tests that vocabulary machine name changes are mirrored in field definitions.
TaxonomyTermFunctionTestCase::testTaxonomyVocabularyTree in drupal/modules/taxonomy/taxonomy.test
Test a taxonomy with terms that have multiple parents of different depths.
TaxonomyTermIndexTestCase::testTaxonomyIndex in drupal/modules/taxonomy/taxonomy.test
Tests that the taxonomy index is maintained properly.
TaxonomyTermTestCase::testTaxonomyGetTermByName in drupal/modules/taxonomy/taxonomy.test
Test taxonomy_get_term_by_name().
TaxonomyTermTestCase::testTaxonomyTermHierarchy in drupal/modules/taxonomy/taxonomy.test
Test terms in a single and multiple hierarchy.
TaxonomyTermTestCase::testTermAutocompletion in drupal/modules/taxonomy/taxonomy.test
Tests term autocompletion edge cases with slashes in the names.
TaxonomyTermTestCase::testTermMultipleParentsInterface in drupal/modules/taxonomy/taxonomy.test
Test saving a term with multiple parents through the UI.
TaxonomyTermTestCase::testTermReorder in drupal/modules/taxonomy/taxonomy.test
Save, edit and delete a term using the user interface.
TaxonomyTokenReplaceTestCase::testTaxonomyTokenReplacement in drupal/modules/taxonomy/taxonomy.test
Creates some terms and a node, then tests the tokens generated from them.
TaxonomyVocabularyFunctionalTest::testTaxonomyAdminChangingWeights in drupal/modules/taxonomy/taxonomy.test
Changing weights on the vocabulary overview with two or more vocabularies.
TaxonomyVocabularyTestCase::testTaxonomyVocabularyDeleteWithTerms in drupal/modules/taxonomy/taxonomy.test
Test deleting a taxonomy that contains terms.
TaxonomyVocabularyTestCase::testTaxonomyVocabularyLoadMultiple in drupal/modules/taxonomy/taxonomy.test
Tests for loading multiple vocabularies.
TaxonomyVocabularyTestCase::testTaxonomyVocabularyLoadReturnFalse in drupal/modules/taxonomy/taxonomy.test
Ensure that when an invalid vocabulary vid is loaded, it is possible to load the same vid successfully if it subsequently becomes valid.
TaxonomyVocabularyTestCase::testTaxonomyVocabularyLoadStaticReset in drupal/modules/taxonomy/taxonomy.test
Ensure that the vocabulary static reset works correctly.
ThemeLinksTest::testDrupalPreRenderLinks in drupal/modules/simpletest/tests/theme.test
Test the use of drupal_pre_render_links() on a nested array of links.
ThemeTestCase::testThemeSuggestions in drupal/modules/simpletest/tests/theme.test
Test function theme_get_suggestions() for SA-CORE-2009-003.
TokenReplaceTestCase::testSystemDateTokenReplacement in drupal/modules/system/system.test
Tests the generation of all system date tokens.
TokenReplaceTestCase::testSystemSiteTokenReplacement in drupal/modules/system/system.test
Tests the generation of all system site information tokens.
TokenReplaceTestCase::testTokenReplacement in drupal/modules/system/system.test
Creates a user and a node, then tests the tokens generated from them.
TranslatableUpgradePathTestCase::testTranslatableUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.translatable.test
Test a successful upgrade (no negotiation).
TranslationTestCase::testContentTranslation in drupal/modules/translation/translation.test
Creates, modifies, and updates a basic page with a translation.
TriggerOtherTestCase::testActionsUser in drupal/modules/trigger/trigger.test
Tests triggering on user create and user login.
UnicodeUnitTest::helperTestStrLen in drupal/modules/simpletest/tests/unicode.test
UnicodeUnitTest::helperTestStrToLower in drupal/modules/simpletest/tests/unicode.test
UnicodeUnitTest::helperTestStrToUpper in drupal/modules/simpletest/tests/unicode.test
UnicodeUnitTest::helperTestSubStr in drupal/modules/simpletest/tests/unicode.test
UnicodeUnitTest::helperTestUcFirst in drupal/modules/simpletest/tests/unicode.test
UnicodeUnitTest::runTruncateTests in drupal/modules/simpletest/tests/unicode.test
Runs test cases for helperTestTruncate().
UnicodeUnitTest::testDecodeEntities in drupal/modules/simpletest/tests/unicode.test
Test decode_entities().
UpdateCoreTestCase::testFetchTasks in drupal/modules/update/update.test
Tests that exactly one fetch task per project is created and not more.
UpdateCoreUnitTestCase::testUpdateBuildFetchUrl in drupal/modules/update/update.test
Tests that _update_build_fetch_url() builds the URL correctly.
UpdateDependencyOrderingTestCase::testUpdateOrderingSingleModule in drupal/modules/simpletest/tests/update.test
Test that updates within a single module run in the correct order.
UpdateFeedTestCase::testUpdateFeed in drupal/modules/aggregator/aggregator.test
Creates a feed and attempts to update it.
UpdateScriptFunctionalTest::testThemeSystem in drupal/modules/system/system.test
Tests the effect of using the update script on the theme system.
UpgradePathTaxonomyTestCase::testTaxonomyUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.taxonomy.test
Basic tests for the taxonomy upgrade.
UploadUpgradePathTestCase::testUploadUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.upload.test
Test a successful upgrade.
UserAccountLinksUnitTests::testDisabledAccountLink in drupal/modules/user/user.test
Tests disabling the 'My account' link.
UserAccountLinksUnitTests::testSecondaryMenu in drupal/modules/user/user.test
Tests the secondary menu.
UserAdminTestCase::testUserAdmin in drupal/modules/user/user.test
Registers a user and deletes it.
UserBlocksUnitTests::insertSession in drupal/modules/user/user.test
Insert a user session into the {sessions} table. This function is used since we cannot log in more than one user at the same time in tests.
UserBlocksUnitTests::testUserLoginBlock in drupal/modules/user/user.test
Test the user login block.
UserBlocksUnitTests::testWhosOnlineBlock in drupal/modules/user/user.test
Test the Who's Online block.
UserCancelTestCase::testMassUserCancelByAdmin in drupal/modules/user/user.test
Create an administrative user and mass-delete other users.
UserCancelTestCase::testUserCancelUid1 in drupal/modules/user/user.test
Tests that user account for uid 1 cannot be cancelled.
UserCreateTestCase::testUserAdd in drupal/modules/user/user.test
Create a user through the administration interface and ensure that it displays in the user list.
UserEditRebuildTestCase::testUserEditFormRebuild in drupal/modules/user/user.test
Test user edit page when the form is set to rebuild.
UserPictureTestCase::testExternalPicture in drupal/modules/user/user.test
Test HTTP schema working with user pictures.
UserRegistrationTestCase::testRegistrationDefaultValues in drupal/modules/user/user.test
UserRegistrationTestCase::testRegistrationWithUserFields in drupal/modules/user/user.test
Tests Field API fields on user registration forms.
UserTokenReplaceTestCase::testUserTokenReplacement in drupal/modules/user/user.test
Creates a user, then tests the tokens generated from it.
UserUpgradePathNoPasswordTokenTestCase::testUserUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.user.test
Test a successful upgrade.
UserUpgradePathPasswordTokenTestCase::testUserUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.user.test
Test a successful upgrade.
XMLRPCBasicTestCase::testListMethods in drupal/modules/simpletest/tests/xmlrpc.test
Ensure that a basic XML-RPC call with no parameters works.
XMLRPCMessagesTestCase::testAlterListMethods in drupal/modules/simpletest/tests/xmlrpc.test
Ensure that hook_xmlrpc_alter() can hide even builtin methods.
XMLRPCMessagesTestCase::testMulticallLimit in drupal/modules/simpletest/tests/xmlrpc.test
Test limits on system.multicall that can prevent brute-force attacks.
XMLRPCMessagesTestCase::testSizedMessages in drupal/modules/simpletest/tests/xmlrpc.test
Make sure that XML-RPC can transfer large messages.
XMLRPCValidator1IncTestCase::testValidator1 in drupal/modules/simpletest/tests/xmlrpc.test
Run validator1 tests.