227 calls to DrupalTestCase::assertFalse()

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