204 calls to DrupalTestCase::assertFalse()

ActionsConfigurationTestCase::testActionConfiguration in drupal-7.x/modules/simpletest/tests/actions.test
Test the configuration of advanced actions through the administration interface.
AggregatorRenderingTestCase::testBlockLinks in drupal-7.x/modules/aggregator/aggregator.test
Adds a feed block to the page and checks its links.
AJAXFrameworkTestCase::testLazyLoad in drupal-7.x/modules/simpletest/tests/ajax.test
Test that new JavaScript and CSS files added during an AJAX request are returned.
BlockHashTestCase::doRehash in drupal-7.x/modules/block/block.test
Performs a block rehash and checks several related assertions.
BlockTestCase::testCustomBlock in drupal-7.x/modules/block/block.test
Test creating custom block, moving it to a specific region and then deleting it.
BootstrapIPAddressTestCase::testIPAddressHost in drupal-7.x/modules/simpletest/tests/bootstrap.test
test IP Address and hostname
BootstrapMiscTestCase::testCheckMemoryLimit in drupal-7.x/modules/simpletest/tests/bootstrap.test
Tests that the drupal_check_memory_limit() function works as expected.
BootstrapPageCacheTestCase::testConditionalRequests in drupal-7.x/modules/simpletest/tests/bootstrap.test
Test support for requests containing If-Modified-Since and If-None-Match headers.
BootstrapPageCacheTestCase::testPageCache in drupal-7.x/modules/simpletest/tests/bootstrap.test
Test cache headers.
BootstrapPageCacheTestCase::testPageCompression in drupal-7.x/modules/simpletest/tests/bootstrap.test
Test page compression.
CacheClearCase::testClearArray in drupal-7.x/modules/simpletest/tests/cache.test
Test clearing using an array.
CacheClearCase::testClearWildcard in drupal-7.x/modules/simpletest/tests/cache.test
Test clearing using wildcard.
CacheClearCase::testFlushAllCaches in drupal-7.x/modules/simpletest/tests/cache.test
Test drupal_flush_all_caches().
CacheClearCase::testIsValidBin in drupal-7.x/modules/simpletest/tests/cache.test
Test DrupalDatabaseCache::isValidBin().
CacheClearCase::testMinimumCacheLifetime in drupal-7.x/modules/simpletest/tests/cache.test
Test minimum cache lifetime.
CacheGetMultipleUnitTest::testCacheMultiple in drupal-7.x/modules/simpletest/tests/cache.test
Test cache_get_multiple().
CacheIsEmptyCase::testIsEmpty in drupal-7.x/modules/simpletest/tests/cache.test
Test clearing using a cid.
CacheSavingCase::testNoEmptyCids in drupal-7.x/modules/simpletest/tests/cache.test
Test no empty cids are written in cache table.
CacheTestCase::assertCacheRemoved in drupal-7.x/modules/simpletest/tests/cache.test
Assert or a cache entry has been removed.
CommentAnonymous::testAnonymous in drupal-7.x/modules/comment/comment.test
Test anonymous comment functionality.
CommentApprovalTest::testApprovalAdminInterface in drupal-7.x/modules/comment/comment.test
Test comment approval functionality through admin/content/comment.
CommentApprovalTest::testApprovalNodeInterface in drupal-7.x/modules/comment/comment.test
Test comment approval functionality through node interface.
CommentContentRebuild::testCommentRebuild in drupal-7.x/modules/comment/comment.test
Test to ensure that the comment's content array is rebuilt for every call to comment_view().
CommentFieldsTest::testCommentEnable in drupal-7.x/modules/comment/comment.test
Test that comment module works when enabled after a content module.
CommentInterfaceTest::assertCommentLinks in drupal-7.x/modules/comment/comment.test
Asserts that comment links appear according to the passed environment setup.
CommentInterfaceTest::testCommentClasses in drupal-7.x/modules/comment/comment.test
Tests CSS classes on comments.
CommentInterfaceTest::testCommentInterface in drupal-7.x/modules/comment/comment.test
Test comment interface.
CommentNodeChangesTestCase::testNodeDeletion in drupal-7.x/modules/comment/comment.test
Tests that comments are deleted with the node.
CommentPagerTest::testCommentPaging in drupal-7.x/modules/comment/comment.test
Confirm comment paging works correctly with flat and threaded comments.
CommentTokenReplaceTestCase::testCommentTokenReplacement in drupal-7.x/modules/comment/comment.test
Creates a comment, then tests the tokens generated from it.
CommonURLUnitTest::testDrupalParseUrl in drupal-7.x/modules/simpletest/tests/common.test
Test drupal_parse_url().
ConnectionUnitTest::assertNoConnection in drupal-7.x/modules/simpletest/tests/database_test.test
Asserts that a connection ID does not exist.
ContactSitewideTestCase::testSiteWideContact in drupal-7.x/modules/contact/contact.test
Tests configuration options and the site-wide contact form.
CronRunTestCase::testTempFileCleanup in drupal-7.x/modules/system/system.test
Ensure that temporary files are removed.
DashboardBlocksTestCase::testDisableEnable in drupal-7.x/modules/dashboard/dashboard.test
Tests that the dashboard module can be re-enabled, retaining its blocks.
DatabaseAlterTestCase::testAlterChangeFields in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can alter the fields of a query.
DatabaseInvalidDataTestCase::testInsertDuplicateData in drupal-7.x/modules/simpletest/tests/database_test.test
Traditional SQL database systems abort inserts when invalid data is encountered.
DatabaseSelectComplexTestCase2::testJoinSubquery in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can join on a query.
DatabaseSelectComplexTestCase::testCountQueryRemovals in drupal-7.x/modules/simpletest/tests/database_test.test
Test that countQuery properly removes 'all_fields' statements and ordering clauses.
DatabaseTaggingTestCase::testHasAllTags in drupal-7.x/modules/simpletest/tests/database_test.test
Test query tagging "has all of these tags" functionality.
DatabaseTaggingTestCase::testHasAnyTag in drupal-7.x/modules/simpletest/tests/database_test.test
Test query tagging "has at least one of these tags" functionality.
DatabaseTaggingTestCase::testHasTag in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that a query has a "tag" added to it.
DatabaseTemporaryQueryTestCase::testTemporaryQuery in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that temporary tables work and are limited to one request.
DatabaseTransactionTestCase::assertRowAbsent in drupal-7.x/modules/simpletest/tests/database_test.test
Assert that a given row is absent from the test table.
DatabaseTransactionTestCase::testTransactionStacking in drupal-7.x/modules/simpletest/tests/database_test.test
Test transaction stacking and commit / rollback.
DateTimeFunctionalTest::testDateFormatStorage in drupal-7.x/modules/system/system.test
Test if the date formats are stored properly.
DrupalDataApiTest::testDrupalWriteRecord in drupal-7.x/modules/simpletest/tests/common.test
Test the drupal_write_record() API function.
DrupalHtmlToTextTestCase::testDrupalHtmlToTextBlockTagToNewline in drupal-7.x/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.
DrupalHTTPRequestTestCase::testDrupalHTTPRequestRedirect in drupal-7.x/modules/simpletest/tests/common.test
DrupalRenderTestCase::testDrupalRenderCache in drupal-7.x/modules/simpletest/tests/common.test
Tests caching of an empty render item.
DrupalWebTestCase::assertNoFieldByXPath in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Asserts that a field does not exist in the current page by the given XPath.
DrupalWebTestCase::assertNoResponse in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Asserts the page did not return the specified response code.
EnableDisableTestCase::testEntityInfoChanges in drupal-7.x/modules/system/system.test
Ensures entity info cache is updated after changes.
EntityPropertiesTestCase::testEntityLabel in drupal-7.x/modules/field/tests/field.test
Tests label key and label callback of an entity.
FieldAttachOtherTestCase::testFieldAttachCache in drupal-7.x/modules/field/tests/field.test
Test field cache.
FieldAttachOtherTestCase::testFieldAttachForm in drupal-7.x/modules/field/tests/field.test
Test field_attach_form().
FieldAttachOtherTestCase::testFieldAttachPrepareViewMultiple in drupal-7.x/modules/field/tests/field.test
Tests the 'multiple entity' behavior of field_attach_prepare_view().
FieldAttachOtherTestCase::testFieldAttachSubmit in drupal-7.x/modules/field/tests/field.test
Test field_attach_submit().
FieldAttachOtherTestCase::testFieldAttachValidate in drupal-7.x/modules/field/tests/field.test
Test field_attach_validate().
FieldAttachStorageTestCase::testFieldAttachDeleteBundle in drupal-7.x/modules/field/tests/field.test
Test field_attach_delete_bundle().
FieldFormTestCase::testFieldFormAccess in drupal-7.x/modules/field/tests/field.test
Tests fields with no 'edit' access.
FieldInfoTestCase::testFieldInfo in drupal-7.x/modules/field/tests/field.test
Test that field types and field definitions are correcly cached.
FieldSqlStorageTestCase::testFieldAttachInsertAndUpdate in drupal-7.x/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-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test
Uses the mysql tables and records to verify field_load_revision works correctly.
FieldSqlStorageTestCase::testFieldUpdateIndexesWithData in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test
Test adding and removing indexes while data is present.
FieldTranslationsTestCase::testFieldAvailableLanguages in drupal-7.x/modules/field/tests/field.test
Ensures that only valid values are returned by field_available_languages().
FieldUIManageFieldsTestCase::addExistingField in drupal-7.x/modules/field_ui/field_ui.test
Tests adding an existing field in another content type.
FieldUIManageFieldsTestCase::testHiddenFields in drupal-7.x/modules/field_ui/field_ui.test
Tests that Field UI respects the 'no_ui' option in hook_field_info().
FileCopyTest::testExistingError in drupal-7.x/modules/simpletest/tests/file.test
Test that copying over an existing file fails when FILE_EXISTS_ERROR is specified.
FileDeleteTest::testInUse in drupal-7.x/modules/simpletest/tests/file.test
Tries deleting a file that is in use.
FileDeleteTest::testUnused in drupal-7.x/modules/simpletest/tests/file.test
Tries deleting a normal file (as opposed to a directory, symlink, etc).
FileDirectoryTest::testFileCheckDirectoryHandling in drupal-7.x/modules/simpletest/tests/file.test
Test directory handling functions.
FileFieldTestCase::assertFileEntryNotExists in drupal-7.x/modules/file/tests/file.test
Asserts that a file does not exist in the database.
FileFieldTestCase::assertFileNotExists in drupal-7.x/modules/file/tests/file.test
Asserts that a file does not exist on disk.
FileLoadTest::testLoadInvalidStatus in drupal-7.x/modules/simpletest/tests/file.test
Try to load a non-existent file by status.
FileLoadTest::testLoadMissingFid in drupal-7.x/modules/simpletest/tests/file.test
Try to load a non-existent file by fid.
FileLoadTest::testLoadMissingFilepath in drupal-7.x/modules/simpletest/tests/file.test
Try to load a non-existent file by URI.
FileMoveTest::testExistingError in drupal-7.x/modules/simpletest/tests/file.test
Test that moving onto an existing file fails when FILE_EXISTS_ERROR is specified.
FileMoveTest::testExistingRename in drupal-7.x/modules/simpletest/tests/file.test
Test renaming when moving onto a file that already exists.
FileMoveTest::testExistingReplace in drupal-7.x/modules/simpletest/tests/file.test
Test replacement when moving onto a file that already exists.
FileMoveTest::testExistingReplaceSelf in drupal-7.x/modules/simpletest/tests/file.test
Test replacement when moving onto itself.
FileMoveTest::testNormal in drupal-7.x/modules/simpletest/tests/file.test
Move a normal file.
FileSaveDataTest::testExistingError in drupal-7.x/modules/simpletest/tests/file.test
Test that file_save_data() fails overwriting an existing file.
FileSaveUploadTest::testNormal in drupal-7.x/modules/simpletest/tests/file.test
Test the file_save_upload() function.
FileTokenReplaceTestCase::testFileTokenReplacement in drupal-7.x/modules/file/tests/file.test
Creates a file, then tests the tokens generated from it.
FileUnmanagedCopyTest::testNonExistent in drupal-7.x/modules/simpletest/tests/file.test
Copy a non-existent file.
FileUnmanagedCopyTest::testOverwriteSelf in drupal-7.x/modules/simpletest/tests/file.test
Copy a file onto itself.
FileUnmanagedDeleteRecursiveTest::testDirectory in drupal-7.x/modules/simpletest/tests/file.test
Try deleting a directory with some files.
FileUnmanagedDeleteRecursiveTest::testEmptyDirectory in drupal-7.x/modules/simpletest/tests/file.test
Try deleting an empty directory.
FileUnmanagedDeleteRecursiveTest::testSingleFile in drupal-7.x/modules/simpletest/tests/file.test
Delete a normal file.
FileUnmanagedDeleteRecursiveTest::testSubDirectory in drupal-7.x/modules/simpletest/tests/file.test
Try deleting subdirectories with some files.
FileUnmanagedDeleteTest::testDirectory in drupal-7.x/modules/simpletest/tests/file.test
Try deleting a directory.
FileUnmanagedDeleteTest::testNormal in drupal-7.x/modules/simpletest/tests/file.test
Delete a normal file.
FileUnmanagedMoveTest::testMissing in drupal-7.x/modules/simpletest/tests/file.test
Try to move a missing file.
FileUnmanagedMoveTest::testNormal in drupal-7.x/modules/simpletest/tests/file.test
Move a normal file.
FileUnmanagedMoveTest::testOverwriteSelf in drupal-7.x/modules/simpletest/tests/file.test
Try to move a file onto itself.
FilterAdminTestCase::testFilterAdmin in drupal-7.x/modules/filter/filter.test
Tests filter administration functionality.
FilterCRUDTestCase::testTextFormatCRUD in drupal-7.x/modules/filter/filter.test
Tests CRUD operations for text formats and filters.
FilterFormatAccessTestCase::testFormatPermissions in drupal-7.x/modules/filter/filter.test
Tests the Filter format access permissions functionality.
FilterFormatAccessTestCase::testFormatRoles in drupal-7.x/modules/filter/filter.test
Tests if text format is available to a role.
FloodFunctionalTest::testCleanUp in drupal-7.x/modules/system/system.test
Test flood control mechanism clean-up.
FormsElementsLabelsTestCase::testFormLabels in drupal-7.x/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.
FormsElementsTableSelectFunctionalTest::testMultipleFalseOptionchecker in drupal-7.x/modules/simpletest/tests/form.test
Test the whether the option checker gives an error on invalid tableselect values for radios.
FormsElementsTableSelectFunctionalTest::testMultipleTrueOptionchecker in drupal-7.x/modules/simpletest/tests/form.test
Test the whether the option checker gives an error on invalid tableselect values for checkboxes.
FormStateValuesCleanTestCase::testFormStateValuesClean in drupal-7.x/modules/simpletest/tests/form.test
Tests form_state_values_clean().
FormsTestCase::testRequiredFields in drupal-7.x/modules/simpletest/tests/form.test
Check several empty values for required forms elements.
ForumTestCase::deleteForum in drupal-7.x/modules/forum/forum.test
Deletes a forum.
ForumTestCase::testEnableForumField in drupal-7.x/modules/forum/forum.test
Tests disabling and re-enabling the Forum module.
ImageAdminStylesUnitTest::testDefaultStyle in drupal-7.x/modules/image/image.test
Test to override, edit, then revert a style.
ImageAdminStylesUnitTest::testStyle in drupal-7.x/modules/image/image.test
General test to add a style, add/remove/edit effects to it, then delete it.
ImageDimensionsTestCase::testImageDimensions in drupal-7.x/modules/image/image.test
Test styled image dimensions cumulatively.
ImageFieldDisplayTestCase::testImageFieldDefaultImage in drupal-7.x/modules/image/image.test
Test use of a default image with an image field.
ImageFileMoveTest::testNormal in drupal-7.x/modules/simpletest/tests/image.test
Tests moving a randomly generated image.
ImageStylesPathAndUrlTestCase::_testImageStyleUrlAndPath in drupal-7.x/modules/image/image.test
Test image_style_url().
ImageToolkitUnitTest::testGetAvailableToolkits in drupal-7.x/modules/simpletest/tests/image.test
Check that hook_image_toolkits() is called and only available toolkits are returned.
ImageToolkitUnitTest::testSave in drupal-7.x/modules/simpletest/tests/image.test
Test the image_save() function.
JavaScriptTestCase::testLibraryUnknown in drupal-7.x/modules/simpletest/tests/common.test
Tests non-existing libraries.
JavaScriptTestCase::testNoCache in drupal-7.x/modules/simpletest/tests/common.test
Test drupal_add_js() sets preproccess to false when cache is set to false.
ListFieldUITestCase::testListAllowedValuesBoolean in drupal-7.x/modules/field/modules/list/tests/list.test
List (boolen) : test 'On/Off' values input.
LocaleLanguageNegotiationInfoFunctionalTest::testInfoAlterations in drupal-7.x/modules/locale/locale.test
Tests alterations to language types/negotiation info.
LocaleUninstallFunctionalTest::testUninstallProcess in drupal-7.x/modules/locale/locale.test
Check if the values of the Locale variables are correct after uninstall.
LockFunctionalTest::testLockAcquire in drupal-7.x/modules/simpletest/tests/lock.test
Confirm that we can acquire and release locks in two parallel requests.
MenuRebuildTestCase::testMenuRebuildByVariable in drupal-7.x/modules/simpletest/tests/menu.test
Test if the 'menu_rebuild_needed' variable triggers a menu_rebuild() call.
MenuTestCase::deleteCustomMenu in drupal-7.x/modules/menu/menu.test
Delete custom menu.
MenuTreeOutputTestCase::testMenuTreeData in drupal-7.x/modules/simpletest/tests/menu.test
Validate the generation of a proper menu tree output.
ModuleTestCase::assertModuleTablesDoNotExist in drupal-7.x/modules/system/system.test
Assert that none of the tables defined in a module's hook_schema() exist.
ModuleTestCase::assertTableCount in drupal-7.x/modules/system/system.test
Assert there are tables that begin with the specified base table name.
ModuleUnitTest::testDependencyResolution in drupal-7.x/modules/simpletest/tests/module.test
Test dependency resolution.
ModuleUnitTest::testModuleImplements in drupal-7.x/modules/simpletest/tests/module.test
Test module_implements() caching.
NewDefaultThemeBlocks::testNewDefaultThemeBlocks in drupal-7.x/modules/block/block.test
Check the enabled Bartik blocks are correctly copied over.
NodeBlockFunctionalTest::testRecentNodeBlock in drupal-7.x/modules/node/node.test
Tests the recent comments block.
NodeBuildContent::testNodeRebuildContent in drupal-7.x/modules/node/node.test
Ensures that content array is rebuilt on every call to node_build_content().
NodeCreationTestCase::testFailedPageCreation in drupal-7.x/modules/node/node.test
Verifies that a transaction rolls back the failed creation.
NodeLoadMultipleTestCase::testNodeMultipleLoad in drupal-7.x/modules/node/node.test
Create four nodes and ensure they're loaded correctly.
NodeRevisionPermissionsTestCase::testNodeRevisionAccess in drupal-7.x/modules/node/node.test
Tests the _node_revision_access() function.
NodeTokenReplaceTestCase::testNodeTokenReplacement in drupal-7.x/modules/node/node.test
Creates a node, then tests the tokens generated from it.
OpenIDRegistrationTestCase::testRegisterUserWithEmailVerification in drupal-7.x/modules/openid/openid.test
Test OpenID auto-registration with e-mail verification enabled.
OpenIDRegistrationTestCase::testRegisterUserWithInvalidSreg in drupal-7.x/modules/openid/openid.test
Test OpenID auto-registration with a provider that supplies invalid SREG information (a username that is already taken, and no e-mail address).
OpenIDRegistrationTestCase::testRegisterUserWithoutEmailVerification in drupal-7.x/modules/openid/openid.test
Test OpenID auto-registration with e-mail verification disabled.
OpenIDRegistrationTestCase::testRegisterUserWithoutSreg in drupal-7.x/modules/openid/openid.test
Test OpenID auto-registration with a provider that does not supply SREG information (i.e. no username or e-mail address).
OpenIDTestCase::testOpenidXRITest in drupal-7.x/modules/openid/openid.test
Test _openid_is_xri().
OptionsWidgetsTestCase::testSelectListMultiple in drupal-7.x/modules/field/modules/options/options.test
Tests the 'options_select' widget (multiple select).
OptionsWidgetsTestCase::testSelectListSingle in drupal-7.x/modules/field/modules/options/options.test
Tests the 'options_select' widget (single select).
PagerFunctionalWebTestCase::assertPagerItems in drupal-7.x/modules/simpletest/tests/pager.test
Asserts pager items and links.
PasswordHashingTest::testPasswordHashing in drupal-7.x/modules/simpletest/tests/password.test
Test password hashing.
PathMonolingualTestCase::setUp in drupal-7.x/modules/path/path.test
Sets up a Drupal site for running functional and integration tests.
PollTokenReplaceTestCase::testPollTokenReplacement in drupal-7.x/modules/poll/poll.test
Creates a poll, then tests the tokens generated from it.
PollVoteCheckHostname::testHostnamePollVote in drupal-7.x/modules/poll/poll.test
Check that anonymous users with same ip cannot vote on poll more than once unless user is logged in.
QueueTestCase::testQueue in drupal-7.x/modules/system/system.test
Queues and dequeues a set of items to check the basic queue functionality.
RdfCommentAttributesTestCase::testCommentReplyOfRdfaMarkup in drupal-7.x/modules/rdf/rdf.test
Test RDF comment replies.
RdfCrudTestCase::testCRUD in drupal-7.x/modules/rdf/rdf.test
Test inserting, loading, updating, and deleting RDF mappings.
RemoveFeedTestCase::testRemoveFeed in drupal-7.x/modules/aggregator/aggregator.test
Removes a feed and ensures that all of its services are removed.
RetrieveFileTestCase::testFileRetrieving in drupal-7.x/modules/system/system.test
Invokes system_retrieve_file() in several scenarios.
SchemaTestCase::testSchema in drupal-7.x/modules/simpletest/tests/schema.test
SchemaTestCase::testUnsignedColumns in drupal-7.x/modules/simpletest/tests/schema.test
Tests creating unsigned columns and data integrity thereof.
SearchExcerptTestCase::testSearchExcerpt in drupal-7.x/modules/search/search.test
Tests search_excerpt() with several simulated search keywords.
SearchExpressionInsertExtractTestCase::testInsertExtract in drupal-7.x/modules/search/search.test
Tests search_expression_insert() and search_expression_extract().
SearchPageText::testSearchText in drupal-7.x/modules/search/search.test
Tests the failed search text, and various other text on the search page.
SessionHttpsTestCase::testHttpsSession in drupal-7.x/modules/simpletest/tests/session.test
SessionTestCase::testEmptyAnonymousSession in drupal-7.x/modules/simpletest/tests/session.test
Test that empty anonymous sessions are destroyed.
SessionTestCase::testSessionSaveRegenerate in drupal-7.x/modules/simpletest/tests/session.test
Tests for drupal_save_session() and drupal_session_regenerate().
ShortcutLinksTestCase::testShortcutLinkDelete in drupal-7.x/modules/shortcut/shortcut.test
Tests deleting a shortcut link.
ShortcutSetsTestCase::testShortcutSetDelete in drupal-7.x/modules/shortcut/shortcut.test
Tests deleting a shortcut set.
SimpleTestFunctionalTest::testInternalBrowser in drupal-7.x/modules/simpletest/simpletest.test
Test the internal browsers functionality.
StatisticsAdminTestCase::testDeleteNode in drupal-7.x/modules/statistics/statistics.test
Tests that when a node is deleted, the node counter is deleted too.
StatisticsAdminTestCase::testDeleteUser in drupal-7.x/modules/statistics/statistics.test
Tests that accesslog reflects when a user is deleted.
StatisticsAdminTestCase::testExpiredLogs in drupal-7.x/modules/statistics/statistics.test
Tests that cron clears day counts and expired access logs.
StatisticsAdminTestCase::testStatisticsSettings in drupal-7.x/modules/statistics/statistics.test
Verifies that the statistics settings page works.
StatisticsTokenReplaceTestCase::testStatisticsTokenReplacement in drupal-7.x/modules/statistics/statistics.test
Creates a node, then tests the statistics tokens generated from it.
StreamWrapperTest::testGetValidStreamScheme in drupal-7.x/modules/simpletest/tests/file.test
Test the scheme functions.
StreamWrapperTest::testUriFunctions in drupal-7.x/modules/simpletest/tests/file.test
Test the URI and target functions.
SystemInfoAlterTestCase::testSystemInfoAlter in drupal-7.x/modules/system/system.test
Tests that {system}.info is rebuilt after a module that implements hook_system_info_alter() is enabled. Also tests if core *_list() functions return freshly altered info.
SystemMainContentFallback::testMainContentFallback in drupal-7.x/modules/system/system.test
Test availability of main content.
SystemValidTokenTest::testTokenValidation in drupal-7.x/modules/system/system.test
Tests invalid invocations of drupal_valid_token() that must return FALSE.
TaxonomyHooksTestCase::testTaxonomyTermHooks in drupal-7.x/modules/taxonomy/taxonomy.test
Test that hooks are run correctly on creating, editing, viewing, and deleting a term.
TaxonomyLoadMultipleTestCase::testTaxonomyTermMultipleLoad in drupal-7.x/modules/taxonomy/taxonomy.test
Create a vocabulary and some taxonomy terms, ensuring they're loaded correctly using taxonomy_term_load_multiple().
TaxonomyTermFieldTestCase::testTaxonomyTermFieldChangeMachineName in drupal-7.x/modules/taxonomy/taxonomy.test
Tests that vocabulary machine name changes are mirrored in field definitions.
TaxonomyTermTestCase::testNodeTermCreationAndDeletion in drupal-7.x/modules/taxonomy/taxonomy.test
Test term creation with a free-tagging vocabulary from the node form.
TaxonomyTermTestCase::testTaxonomyGetTermByName in drupal-7.x/modules/taxonomy/taxonomy.test
Test taxonomy_get_term_by_name().
TaxonomyTokenReplaceTestCase::testTaxonomyTokenReplacement in drupal-7.x/modules/taxonomy/taxonomy.test
Creates some terms and a node, then tests the tokens generated from them.
TaxonomyVocabularyFunctionalTest::testTaxonomyAdminDeletingVocabulary in drupal-7.x/modules/taxonomy/taxonomy.test
Deleting a vocabulary.
TaxonomyVocabularyFunctionalTest::testTaxonomyAdminNoVocabularies in drupal-7.x/modules/taxonomy/taxonomy.test
Test the vocabulary overview with no vocabularies.
ThemeTableTestCase::testThemeTableNoStickyHeaders in drupal-7.x/modules/simpletest/tests/theme.test
If $sticky is FALSE, no tableheader.js should be included.
TokenReplaceTestCase::testSystemDateTokenReplacement in drupal-7.x/modules/system/system.test
Tests the generation of all system date tokens.
TokenReplaceTestCase::testSystemSiteTokenReplacement in drupal-7.x/modules/system/system.test
Tests the generation of all system site information tokens.
TokenScanTest::testTokenScan in drupal-7.x/modules/system/system.test
Scans dummy text, then tests the output.
TriggerContentTestCase::testActionsContent in drupal-7.x/modules/trigger/trigger.test
Tests several content-oriented trigger issues.
UpdateDependencyMissingTestCase::testMissingUpdate in drupal-7.x/modules/simpletest/tests/update.test
UserAuthmapAssignmentTestCase::testAuthmapAssignment in drupal-7.x/modules/user/user.test
Test authmap assignment and retrieval.
UserCancelTestCase::testUserAnonymize in drupal-7.x/modules/user/user.test
Delete account and anonymize all content.
UserCancelTestCase::testUserCancelByAdmin in drupal-7.x/modules/user/user.test
Create an administrative user and delete another user.
UserCancelTestCase::testUserDelete in drupal-7.x/modules/user/user.test
Delete account and remove all content.
UserPermissionsTestCase::testUserPermissionChanges in drupal-7.x/modules/user/user.test
Change user permissions and check user_access().
UserPermissionsTestCase::testUserRoleChangePermissions in drupal-7.x/modules/user/user.test
Verify proper permission changes by user_role_change_permissions().
UserPictureTestCase::testDeletePicture in drupal-7.x/modules/user/user.test
Tests deletion of user pictures.
UserPictureTestCase::testWithGDinvalidSize in drupal-7.x/modules/user/user.test
Do the test: GD Toolkit is installed Picture has invalid size
UserPictureTestCase::testWithoutGDinvalidDimension in drupal-7.x/modules/user/user.test
Do the test: GD Toolkit is not installed Picture has invalid size
UserPictureTestCase::testWithoutGDinvalidSize in drupal-7.x/modules/user/user.test
Do the test: GD Toolkit is not installed Picture has invalid size
UserRegistrationTestCase::testRegistrationWithEmailVerification in drupal-7.x/modules/user/user.test
UserRoleAdminTestCase::testRoleAdministration in drupal-7.x/modules/user/user.test
Test adding, renaming and deleting roles.
UserRolesAssignmentTestCase::userLoadAndCheckRoleAssigned in drupal-7.x/modules/user/user.test
Check role on user object.
UserTokenReplaceTestCase::testUserTokenReplacement in drupal-7.x/modules/user/user.test
Creates a user, then tests the tokens generated from it.
ValidUrlTestCase::testInvalidAbsolute in drupal-7.x/modules/simpletest/tests/common.test
Test invalid absolute URLs.
XMLRPCBasicTestCase::testInvalidMessageParsing in drupal-7.x/modules/simpletest/tests/xmlrpc.test
Ensure that XML-RPC correctly handles invalid messages when parsing.