24 calls to DrupalWebTestCase::assertText() in SimpleTest 7
- ActionsConfigurationTestCase::testActionConfiguration in tests/
actions.test - Test the configuration of advanced actions through the administration interface.
- BootstrapVariableTestCase::testVariable in tests/
bootstrap.test - testVariable
- DrupalErrorHandlerUnitTest::testExceptionHandler in tests/
error.test - Test the exception handler.
- DrupalGotoTest::testDrupalGoto in tests/
common.test - Test setting and retrieving content for theme regions.
- DrupalHTTPRequestTestCase::testDrupalGetDestination in tests/
common.test - FormsElementsTableSelectFunctionalTest::testEmptyText in tests/
form.test - Test the display of the #empty text when #options is an empty array.
- FormsElementsTableSelectFunctionalTest::testMultipleFalseSubmit in tests/
form.test - Test submission of values when #multiple is FALSE.
- FormsElementsTableSelectFunctionalTest::testMultipleTrueSubmit in tests/
form.test - Test the submission of single and multiple values when #multiple is TRUE.
- FormsFormStorageTestCase::testForm in tests/
form.test - Tests using the form in a usual way.
- FormsFormStorageTestCase::testFormCached in tests/
form.test - Tests using the form with an activated #cache property.
- FormsFormWrapperTestCase::testWrapperCallback in tests/
form.test - Tests using the form in a usual way.
- LockFunctionalTest::testLockAcquire in tests/
lock.test - Confirm that we can acquire and release locks in two parallel requests.
- MenuIncTestCase::testThemeCallbackAdministrative in tests/
menu.test - Test the theme callback when it is set to use an administrative theme.
- MenuIncTestCase::testThemeCallbackFakeTheme in tests/
menu.test - Test the theme callback when it is set to use a theme that does not exist.
- MenuIncTestCase::testThemeCallbackInheritance in tests/
menu.test - Test that the theme callback is properly inherited.
- MenuIncTestCase::testThemeCallbackMaintenanceMode in tests/
menu.test - Test the theme callback when the site is in maintenance mode.
- MenuIncTestCase::testThemeCallbackNoThemeRequested in tests/
menu.test - Test the theme callback when no theme is requested.
- MenuIncTestCase::testThemeCallbackOptionalTheme in tests/
menu.test - Test the theme callback when it is set to use an optional theme.
- MenuIncTestCase::testTitleCallbackFalse in tests/
menu.test - Test title callback set to FALSE.
- SessionHttpsTestCase::testHttpsSession in tests/
session.test - SessionTestCase::testDataPersistence in tests/
session.test - Test data persistence via the session_test module callbacks. Also tests drupal_session_count() since session data is already generated here.
- SessionTestCase::testEmptyAnonymousSession in tests/
session.test - Test that empty anonymous sessions are destroyed.
- SessionTestCase::testSessionSaveRegenerate in tests/
session.test - Tests for drupal_save_session() and drupal_session_regenerate().
- UrlAlterFunctionalTest::testUrlAlter in tests/
path.test - Test that URL altering works and that it occurs in the correct order.