You are here

17 calls to DrupalWebTestCase::assertRaw() in SimpleTest 7

ActionsConfigurationTestCase::testActionConfiguration in tests/actions.test
Test the configuration of advanced actions through the administration interface.
CascadingStylesheetsTestCase::testRenderInlineFullPage in tests/common.test
Tests rendering inline stylesheets through a full page request.
DrupalErrorHandlerUnitTest::assertErrorMessage in tests/error.test
Helper function: assert that the error message is found.
DrupalErrorHandlerUnitTest::testExceptionHandler in tests/error.test
Test the exception handler.
DrupalHTTPRequestTestCase::testDrupalHTTPRequestBasicAuth in tests/common.test
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.…
FileSaveUploadTest::testExistingError in tests/file.test
Test for failure when uploading over a file that already exists.
FileSaveUploadTest::testExistingRename in tests/file.test
Test renaming when uploading over a file that already exists.
FileSaveUploadTest::testExistingReplace in tests/file.test
Test replacement when uploading over a file that already exists.
FileSaveUploadTest::testNormal in tests/file.test
Test the file_save_upload() function.
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.
ThemeTableUnitTest::testThemeTableStickyHeaders in tests/theme.test
Tableheader.js provides 'sticky' table headers, and is included by default.