You are here

19 calls to DrupalWebTestCase::drupalLogin() in SimpleTest 7

ActionLoopTestCase::testActionLoop in tests/actions.test
Set up a loop with 10-50 recursions, and see if it aborts properly.
ActionsConfigurationTestCase::testActionConfiguration in tests/actions.test
Test the configuration of advanced actions through the administration interface.
BootstrapPageCacheTestCase::testConditionalRequests in tests/bootstrap.test
Test support for requests containing If-Modified-Since and If-None-Match headers.
BootstrapPageCacheTestCase::testPageCache in tests/bootstrap.test
Test cache headers.
FileSaveUploadTest::setUp in tests/file.test
Generates a random database prefix, runs the install scripts on the prefixed database and enable the specified modules. After installation many caches are flushed and the internal browser is setup so that the page requests will run on the new prefix.…
FormatDateUnitTest::testFormatDate in tests/common.test
Tests for the format_date() function.
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.
FormsFormStorageTestCase::testValidation in tests/form.test
Tests validation when form storage is used.
MenuIncTestCase::testMenuLinkMaintain in tests/menu.test
Tests for menu_link_maintain().
MenuIncTestCase::testMenuName in tests/menu.test
Tests for menu_name parameter for hook_menu().
MenuIncTestCase::testThemeCallbackMaintenanceMode in tests/menu.test
Test the theme callback when the site is in maintenance mode.
MenuIncTestCase::testThemeCallbackOptionalTheme in tests/menu.test
Test the theme callback when it is set to use an optional theme.
ModuleUnitTest::testModuleImplements in tests/module.test
Test module_implements() caching.
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::testSessionSaveRegenerate in tests/session.test
Tests for drupal_save_session() and drupal_session_regenerate().
SimpleTestFunctionalTest::setUp in ./simpletest.test
Generates a random database prefix, runs the install scripts on the prefixed database and enable the specified modules. After installation many caches are flushed and the internal browser is setup so that the page requests will run on the new prefix.…
SimpleTestFunctionalTest::testInternalBrowser in ./simpletest.test
Test the internal browsers functionality.
UrlAlterFunctionalTest::testUrlAlter in tests/path.test
Test that URL altering works and that it occurs in the correct order.