CascadingStylesheetsTestCase::testRenderFile in modules/simpletest/tests/common.test
Tests rendering the stylesheets.
ColorTestCase::_testColor in modules/color/color.test
Tests the Color module functionality using the given theme.
DrupalUnitTestCase::setUp in modules/simpletest/drupal_web_test_case.php
Sets up unit test environment.
DrupalWebTestCase::prepareEnvironment in modules/simpletest/drupal_web_test_case.php
Prepares the current environment for running the test.
drupal_build_css_cache in includes/common.inc
Aggregates and optimizes CSS files into a cache file in the files directory.
drupal_pre_render_scripts in includes/common.inc
The #pre_render callback for the "scripts" element.
drupal_pre_render_styles in includes/common.inc
#pre_render callback to add the elements needed for CSS tags to be rendered.
FileDownloadTest::checkUrl in modules/simpletest/tests/file.test
Download a file from the URL generated by file_create_url().
FileDownloadTest::testPrivateFileTransfer in modules/simpletest/tests/file.test
Test the private file transfer system.
FileDownloadTest::testPublicFileTransfer in modules/simpletest/tests/file.test
Test the public file transfer system.
FileFieldWidgetTestCase::doTestTemporaryFileRemovalExploit in modules/file/tests/file.test
Helper for testing exploiting the temporary file removal using fid.
FileFieldWidgetTestCase::testPrivateFileComment in modules/file/tests/file.test
Tests that download restrictions on private files work on comments.
FileFieldWidgetTestCase::testPrivateFileSetting in modules/file/tests/file.test
Tests a file field with a "Private files" upload destination setting.
FileFieldWidgetTestCase::testSingleValuedWidget in modules/file/tests/file.test
Tests upload and remove buttons for a single-valued File field.
FilePrivateTestCase::testPrivateFile in modules/file/tests/file.test
Tests file access for file uploaded to a private node.
FilePrivateTestCase::testPrivateFileDownloadAccessGranted in modules/file/tests/file.test
Tests file access for private nodes when file download access is granted.
FileTokenReplaceTestCase::testFileTokenReplacement in modules/file/tests/file.test
Creates a file, then tests the tokens generated from it.
FileURLRewritingTest::testPublicCreatedFileURL in modules/simpletest/tests/file.test
Test the generating of rewritten public created file URLs.
FileURLRewritingTest::testShippedFileURL in modules/simpletest/tests/file.test
Test the generating of rewritten shipped file URLs.
file_field_formatter_view in modules/file/file.field.inc
Implements hook_field_formatter_view().
HtaccessTest::assertFileAccess in modules/system/system.test
Asserts that a file exists and requesting it returns a specific response.
ImageFieldDisplayTestCase::_testImageFieldFormatters in modules/image/image.test
Test image formatters on node display.
ImageStylesPathAndUrlTestCase::_testImageStyleUrlAndPath in modules/image/image.test
Test image_style_url().
image_field_formatter_view in modules/image/image.field.inc
Implements hook_field_formatter_view().
image_style_url in modules/image/image.module
Returns the URL for an image derivative given a style and image path.
ImportOPMLTestCase::submitImportForm in modules/aggregator/aggregator.test
Submits form with invalid, empty, and valid OPML files.
ImportOPMLTestCase::validateImportFormFields in modules/aggregator/aggregator.test
Submits form filled with invalid fields.
RetrieveFileTestCase::testFileRetrieving in modules/system/system.test
Invokes system_retrieve_file() in several scenarios.
SimpleTestFunctionalTest::getTestResults in modules/simpletest/simpletest.test
Get the results from a test and store them in the class array $results.
SystemThemeFunctionalTest::testThemeSettings in modules/system/system.test
Test the theme settings form.
TaxonomyPrivateFileTestCase::testTaxonomyImageAccess in modules/taxonomy/taxonomy.test
Tests access to a private file on a taxonomy term entity.
theme_file_link in modules/file/file.module
Returns HTML for a link to a file.
theme_get_setting in includes/theme.inc
Retrieves a setting for the current theme or for a given theme.
theme_image in includes/theme.inc
Returns HTML for an image.
theme_image_button in includes/form.inc
Returns HTML for an image button form element.
theme_image_style_preview in modules/image/image.admin.inc
Returns HTML for a preview of an image style.
UserPictureTestCase::testExternalPicture in modules/user/user.test
Test HTTP schema working with user pictures.
_color_page_alter in modules/color/color.module
Replaces the logo with a color-altered logo.