127 calls to DrupalWebTestCase::assertNoText()

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.
AJAXElementValidation::testAJAXElementValidation in drupal/modules/simpletest/tests/ajax.test
Try to post an Ajax change to a form that has a validated element.
AJAXFrameworkTestCase::testLazyLoadOverriddenCSS in drupal/modules/simpletest/tests/ajax.test
Tests that overridden CSS files are not added during lazy load.
BlockCacheTestCase::testCachePerPage in drupal/modules/block/block.test
Test DRUPAL_CACHE_PER_PAGE.
BlockCacheTestCase::testCachePerRole in drupal/modules/block/block.test
Test DRUPAL_CACHE_PER_ROLE.
BlockTestCase::testBlock in drupal/modules/block/block.test
Test configuring and moving a module-define block to specific regions.
BlockTestCase::testBlockVisibility in drupal/modules/block/block.test
Test block visibility.
BlockTestCase::testBlockVisibilityListedEmpty in drupal/modules/block/block.test
Test block visibility when using "pages" restriction but leaving "pages" textarea empty
BlockTestCase::testBlockVisibilityPerUser in drupal/modules/block/block.test
Test user customization of block visibility.
BlockTestCase::testCustomBlock in drupal/modules/block/block.test
Test creating custom block, moving it to a specific region and then deleting it.
BlockTestCase::testCustomBlockFormat in drupal/modules/block/block.test
Test creating custom block using Full HTML.
BookTestCase::testBookNavigationBlock in drupal/modules/book/book.test
Tests the functionality of the book navigation block.
CommentAnonymous::testAnonymous in drupal/modules/comment/comment.test
Test anonymous comment functionality.
CommentBlockFunctionalTest::testRecentCommentBlock in drupal/modules/comment/comment.test
Test the recent comments block.
CommentInterfaceTest::assertCommentLinks in drupal/modules/comment/comment.test
Asserts that comment links appear according to the passed environment setup.
CommentInterfaceTest::testCommentInterface in drupal/modules/comment/comment.test
Test comment interface.
ContactPersonalTestCase::testPersonalContactFlood in drupal/modules/contact/contact.test
Tests the personal contact form flood protection.
ContactSitewideTestCase::testSiteWideContact in drupal/modules/contact/contact.test
Tests configuration options and the site-wide contact form.
DashboardBlocksTestCase::testBlockAvailability in drupal/modules/dashboard/dashboard.test
Tests that administrative blocks are available for the dashboard.
DashboardBlocksTestCase::testDashboardAccess in drupal/modules/dashboard/dashboard.test
Tests adding a block to the dashboard and checking access to it.
DateTimeFunctionalTest::testDateFormatConfiguration in drupal/modules/system/system.test
Test date format configuration.
DrupalGotoTest::testDrupalGotoAlter in drupal/modules/simpletest/tests/common.test
Test hook_drupal_goto_alter().
DrupalSetMessageTest::testSetRemoveMessages in drupal/modules/system/system.test
Tests setting messages and removing one before it is displayed.
FieldDisplayAPITestCase::testFieldViewField in drupal/modules/field/tests/field.test
Test the field_view_field() function.
FileFieldAnonymousSubmission::_testNodeWithFileWithoutTitle in drupal/modules/file/tests/file.test
Helper method to test file submissions with missing node titles.
FileFieldDisplayTestCase::testNodeDisplay in drupal/modules/file/tests/file.test
Tests normal formatter display on node display.
FilterFormatAccessTestCase::testFormatWidgetPermissions in drupal/modules/filter/filter.test
Tests editing a page using a disallowed text format.
FilterSecurityTestCase::testDisableFilterModule in drupal/modules/filter/filter.test
Tests removal of filtered content when an active filter is disabled.
FormsElementsTableSelectFunctionalTest::testMultipleFalse in drupal/modules/simpletest/tests/form.test
Test the display of radios when #multiple is FALSE.
FormsElementsTableSelectFunctionalTest::testMultipleTrue in drupal/modules/simpletest/tests/form.test
Test the display of checkboxes when #multiple is TRUE.
FormsTestCase::testSelect in drupal/modules/simpletest/tests/form.test
Tests validation of #type 'select' elements.
FormsTriggeringElementTestCase::testAttemptAccessControlBypass in drupal/modules/simpletest/tests/form.test
Test that $form_state['triggering_element'] does not get set to a button with #access=FALSE.
FormsTriggeringElementTestCase::testNoButtonInfoInPost in drupal/modules/simpletest/tests/form.test
Test the determination of $form_state['triggering_element'] when no button information is included in the POST data, as is sometimes the case when the ENTER key is pressed in a textfield in Internet Explorer.
FormValidationTestCase::testValidate in drupal/modules/simpletest/tests/form.test
Tests form alterations by #element_validate, #validate, and form_set_value().
FormValidationTestCase::testValidateLimitErrors in drupal/modules/simpletest/tests/form.test
Tests partial form validation through #limit_validation_errors.
ForumIndexTestCase::testForumIndexStatus in drupal/modules/forum/forum.test
Tests the forum index for published and unpublished nodes.
FrontPageTestCase::testDrupalIsFrontPage in drupal/modules/system/system.test
Test front page functionality.
LocaleContentFunctionalTest::testContentTypeLanguageConfiguration in drupal/modules/locale/locale.test
Test if a content type can be set to multilingual and language setting is present on node add and edit forms.
LocaleImportFunctionalTest::testAutomaticModuleTranslationImportLanguageEnable in drupal/modules/locale/locale.test
Test automatic import of a module's translation files when a language is enabled.
LocaleImportFunctionalTest::testStandalonePoFile in drupal/modules/locale/locale.test
Test import of standalone .po files.
LocaleTranslationFunctionalTest::testStringSearch in drupal/modules/locale/locale.test
Tests translation search form.
LocaleTranslationFunctionalTest::testStringTranslation in drupal/modules/locale/locale.test
Adds a language and tests string translation by users with the appropriate permissions.
LocaleTranslationFunctionalTest::testStringValidation in drupal/modules/locale/locale.test
Tests the validation of the translation input.
LocaleUserLanguageFunctionalTest::testUserLanguageConfiguration in drupal/modules/locale/locale.test
Test if user can change their default language.
MenuRouterTestCase::testTitleCallbackFalse in drupal/modules/simpletest/tests/menu.test
Test title callback set to FALSE.
MenuRouterTestCase::testTitleMenuCallback in drupal/modules/simpletest/tests/menu.test
Tests page title of MENU_CALLBACKs.
MenuTestCase::deleteMenuLink in drupal/modules/menu/menu.test
Delete a menu link using the menu module UI.
MenuTestCase::resetMenuLink in drupal/modules/menu/menu.test
Reset a standard menu link using the menu module UI.
MenuTestCase::toggleMenuLink in drupal/modules/menu/menu.test
Alternately disable and enable a menu link.
NodeBlockFunctionalTest::testRecentNodeBlock in drupal/modules/node/node.test
Tests the recent comments block.
NodeEntityFieldQueryAlter::testNodeQueryAlterWithUI in drupal/modules/node/node.test
Tests that node access permissions are followed.
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.
NodeLoadMultipleTestCase::testNodeMultipleLoad in drupal/modules/node/node.test
Create four nodes and ensure they're loaded correctly.
NodeQueryAlter::testNodeQueryAlterWithUI in drupal/modules/node/node.test
Tests that node access permissions are followed.
NodeRSSContentTestCase::testNodeRSSContent in drupal/modules/node/node.test
Ensures that a new node includes the custom data when added to an RSS feed.
NodeTypePersistenceTestCase::testNodeTypeCustomizationPersistence in drupal/modules/node/node.test
Tests that node type customizations persist through disable and uninstall.
NoHelpTestCase::testMainPageNoHelp in drupal/modules/help/help.test
Ensures modules not implementing help do not appear on admin/help.
NumberFieldTestCase::testNumberFloatField in drupal/modules/field/modules/number/number.test
Test number_float field.
OpenIDFunctionalTestCase::testDelete in drupal/modules/openid/openid.test
Test deleting an OpenID identity from a user's profile.
PathTaxonomyTermTestCase::testTermAlias in drupal/modules/path/path.test
Tests alias functionality through the admin interfaces.
PathTestCase::testAdminAlias in drupal/modules/path/path.test
Tests alias functionality through the admin interfaces.
PathTestCase::testNodeAlias in drupal/modules/path/path.test
Tests alias functionality through the node interfaces.
PHPFilterTestCase::testPHPFilter in drupal/modules/php/php.test
Makes sure that the PHP filter evaluates PHP code when used.
PollBlockTestCase::testRecentBlock in drupal/modules/poll/poll.test
PollDeleteChoiceTestCase::testChoiceRemoval in drupal/modules/poll/poll.test
PollVoteTestCase::testPollVote in drupal/modules/poll/poll.test
ProfileTestCase::deleteProfileField in drupal/modules/profile/profile.test
Delete a profile field.
SearchAdvancedSearchForm::testNodeType in drupal/modules/search/search.test
Test using the search form with GET and POST queries. Test using the advanced search form to limit search to nodes of type "Basic page".
SearchBlockTestCase::testBlock in drupal/modules/search/search.test
Test that the search block form works correctly.
SearchCommentCountToggleTestCase::testSearchCommentCountToggle in drupal/modules/search/search.test
Verify that comment count display toggles properly on comment status of node
SearchCommentTestCase::testAddNewComment in drupal/modules/search/search.test
Verify that 'add new comment' does not appear in search results or index.
SearchCommentTestCase::testSearchResultsComment in drupal/modules/search/search.test
Verify that comments are rendered using proper format in search results.
SearchConfigSettingsForm::testSearchModuleDisabling in drupal/modules/search/search.test
Verify that you can disable individual search modules.
SearchConfigSettingsForm::testSearchSettingsPage in drupal/modules/search/search.test
Verify the search settings form.
SearchEmbedForm::testEmbeddedForm in drupal/modules/search/search.test
Tests that the embedded form appears and can be submitted.
SearchKeywordsConditions::testSearchKeyswordsConditions in drupal/modules/search/search.test
Verify the kewords are captured and conditions respected.
SearchLanguageTestCase::testLanguages in drupal/modules/search/search.test
SearchNumberMatchingTestCase::testNumberSearching in drupal/modules/search/search.test
Tests that all the numbers can be searched.
SearchNumbersTestCase::testNumberSearching in drupal/modules/search/search.test
Tests that all the numbers can be searched.
SessionHttpsTestCase::testEmptySessionId in drupal/modules/simpletest/tests/session.test
Tests that empty session IDs do not cause unrelated sessions to load.
SessionHttpsTestCase::testHttpsSession in drupal/modules/simpletest/tests/session.test
SessionTestCase::testDataPersistence in drupal/modules/simpletest/tests/session.test
Test data persistence via the session_test module callbacks.
SessionTestCase::testEmptyAnonymousSession in drupal/modules/simpletest/tests/session.test
Test that empty anonymous sessions are destroyed.
SimpleTestOtherInstallationProfileModuleTestsTestCase::testOtherInstallationProfile in drupal/modules/simpletest/simpletest.test
Tests that tests located in another installation profile do not appear.
SiteMaintenanceTestCase::testSiteMaintenance in drupal/modules/system/system.test
Verify site maintenance mode functionality.
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.
SystemAuthorizeCase::testFileTransferHooks in drupal/modules/system/system.test
Tests the FileTransfer hooks
SystemMainContentFallback::testMainContentFallback in drupal/modules/system/system.test
Test availability of main content.
SystemThemeFunctionalTest::testThemeSettings in drupal/modules/system/system.test
Test the theme settings form.
TaxonomyTermFieldMultipleVocabularyTestCase::testTaxonomyTermFieldMultipleVocabularies in drupal/modules/taxonomy/taxonomy.test
Tests term reference field and widget with multiple vocabularies.
TaxonomyTermTestCase::testNodeTermCreationAndDeletion in drupal/modules/taxonomy/taxonomy.test
Test term creation with a free-tagging vocabulary from the node form.
TextTranslationTestCase::testTextFieldFormatted in drupal/modules/field/modules/text/text.test
Check that user that does not have access the field format cannot see the source value when creating a translation.
ThemeTestCase::testCSSOverride in drupal/modules/simpletest/tests/theme.test
Ensures a theme's .info file is able to override a module CSS file from being added to the page.
TrackerTest::testTrackerAll in drupal/modules/tracker/tracker.test
Tests for the presence of nodes on the global tracker listing.
TrackerTest::testTrackerUser in drupal/modules/tracker/tracker.test
Tests for the presence of nodes on a user's tracker listing.
UpdateCoreTestCase::testDatestampMismatch in drupal/modules/update/update.test
Ensures proper results where there are date mismatches among modules.
UpdateCoreTestCase::testModulePageRegularUpdate in drupal/modules/update/update.test
Checks the messages at admin/modules when an update is missing.
UpdateCoreTestCase::testModulePageRunCron in drupal/modules/update/update.test
Checks that running cron updates the list of available updates.
UpdateCoreTestCase::testModulePageSecurityUpdate in drupal/modules/update/update.test
Checks the messages at admin/modules when a security update is missing.
UpdateCoreTestCase::testModulePageUpToDate in drupal/modules/update/update.test
Checks the messages at admin/modules when the site is up to date.
UpdateCoreTestCase::testNormalUpdateAvailable in drupal/modules/update/update.test
Tests the Update Manager module when one normal update is available.
UpdateCoreTestCase::testNoUpdatesAvailable in drupal/modules/update/update.test
Tests the Update Manager module when no updates are available.
UpdateCoreTestCase::testSecurityUpdateAvailable in drupal/modules/update/update.test
Tests the Update Manager module when a security update is available.
UpdateCoreTestCase::testServiceUnavailable in drupal/modules/update/update.test
Tests the Update Manager module when the update server returns 503 errors.
UpdateScriptFunctionalTest::testRequirements in drupal/modules/system/system.test
Tests that requirements warnings and errors are correctly displayed.
UpdateTestContribCase::testHookUpdateStatusAlter in drupal/modules/update/update.test
Checks that hook_update_status_alter() works to change a status.
UpdateTestContribCase::testNoReleasesAvailable in drupal/modules/update/update.test
Tests when there is no available release data for a contrib module.
UpdateTestContribCase::testUpdateAdminThemeSecurityUpdate in drupal/modules/update/update.test
Tests that the admin theme is always notified about security updates.
UpdateTestContribCase::testUpdateBrokenFetchURL in drupal/modules/update/update.test
Makes sure that if we fetch from a broken URL, sane things happen.
UpdateTestContribCase::testUpdateContribBasic in drupal/modules/update/update.test
Tests the basic functionality of a contrib module on the status report.
UpdateTestContribCase::testUpdateContribOrder in drupal/modules/update/update.test
Tests that contrib projects are ordered by project name.
UpdateTestContribCase::testUpdateShowDisabledThemes in drupal/modules/update/update.test
Tests that disabled themes are only shown when desired.
UpdateTestHelper::standardTests in drupal/modules/update/update.test
Runs a series of assertions that are applicable to all update statuses.
UpdateTestUploadCase::testUpdateManagerCoreSecurityUpdateMessages in drupal/modules/update/update.test
Checks the messages on update manager pages when missing a security update.
UserAdminTestCase::testUserAdmin in drupal/modules/user/user.test
Registers a user and deletes it.
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::testUserBlock in drupal/modules/user/user.test
Disable account and keep all content.
UserCreateTestCase::testUserAdd in drupal/modules/user/user.test
Create a user through the administration interface and ensure that it displays in the user list.
UserPasswordResetTestCase::testResetImpersonation in drupal/modules/user/user.test
Make sure that users cannot forge password reset URLs of other users.
UserPictureTestCase::testUserPictureAdminFormValidation in drupal/modules/user/user.test
Tests the admin form validates user picture settings.
UserRegistrationTestCase::testRegistrationWithUserFields in drupal/modules/user/user.test
Tests Field API fields on user registration forms.
UserSignatureTestCase::testUserSignature in drupal/modules/user/user.test
Test that a user can change their signature format and that it is respected upon display.
UserUserSearchTestCase::testUserSearch in drupal/modules/user/user.test