- BlockTestCase::testCustomBlock in core/
modules/ block/ tests/ block.test - Test creating custom block, editing, and then deleting it.
- BlockTestCase::testCustomBlock in core/
modules/ block/ tests/ block.test - Test creating custom block, editing, and then deleting it.
- CommentPreviewTest::testCommentPreview in core/
modules/ comment/ tests/ comment.test - Tests comment preview.
- CommentPreviewTest::testCommentPreview in core/
modules/ comment/ tests/ comment.test - Tests comment preview.
- CustomLogoTestCase::testCustomLogo in core/
modules/ system/ tests/ system.test - Test the use of a custom logo.
- CustomLogoTestCase::testCustomLogo in core/
modules/ system/ tests/ system.test - Test the use of a custom logo.
- DrupalWebTestCase::drupalGetTestFiles in core/
includes/ drupal.classes.inc - DrupalWebTestCase::drupalGetTestFiles in core/
includes/ drupal.classes.inc - FileFileTypeClassificationTestCase::testFileTypeClassification in core/
modules/ file/ tests/ file.test - Test that existing files are properly classified by file type.
- FileFileTypeClassificationTestCase::testFileTypeClassification in core/
modules/ file/ tests/ file.test - Test that existing files are properly classified by file type.
- FileSaveUploadTest::setUp in core/
modules/ simpletest/ tests/ file.test - Sets up a Backdrop site for running functional and integration tests.
- FileSaveUploadTest::setUp in core/
modules/ simpletest/ tests/ file.test - Sets up a Backdrop site for running functional and integration tests.
- FileSaveUploadTest::testNormal in core/
modules/ simpletest/ tests/ file.test - Test the file_save_upload() function.
- FileSaveUploadTest::testNormal in core/
modules/ simpletest/ tests/ file.test - Test the file_save_upload() function.
- FileTaxonomyTermTestCase::_testTermFile in core/
modules/ file/ tests/ file.test - Runs tests for attaching a file field to a taxonomy term.
- FileTaxonomyTermTestCase::_testTermFile in core/
modules/ file/ tests/ file.test - Runs tests for attaching a file field to a taxonomy term.
- FileTestHelper::getTestFile in core/
modules/ file/ tests/ file.test - Retrieves a sample file of the specified type.
- FileTestHelper::getTestFile in core/
modules/ file/ tests/ file.test - Retrieves a sample file of the specified type.
- FileUnitTestCase::testImageDimensions in core/
modules/ file/ tests/ file.test - Tests storing image height and width as file metadata.
- FileUnitTestCase::testImageDimensions in core/
modules/ file/ tests/ file.test - Tests storing image height and width as file metadata.
- FormExampleTestCase::testTutorials in modules/
examples/ form_example/ tests/ form_example.test - Test each tutorial.
- FormExampleTestCase::testTutorials in modules/
examples/ form_example/ tests/ form_example.test - Test each tutorial.
- FormStateValuesCleanAdvancedTestCase::testFormStateValuesCleanAdvanced in core/
modules/ simpletest/ tests/ form.test - Tests form_state_values_clean().
- FormStateValuesCleanAdvancedTestCase::testFormStateValuesCleanAdvanced in core/
modules/ simpletest/ tests/ form.test - Tests form_state_values_clean().
- ImageAdminStylesUnitTest::createSampleImage in core/
modules/ image/ tests/ image.test - Given an image style, generate an image.
- ImageAdminStylesUnitTest::createSampleImage in core/
modules/ image/ tests/ image.test - Given an image style, generate an image.
- ImageAdminStylesUnitTest::testStyleReplacement in core/
modules/ image/ tests/ image.test - Test deleting a style and choosing a replacement style.
- ImageAdminStylesUnitTest::testStyleReplacement in core/
modules/ image/ tests/ image.test - Test deleting a style and choosing a replacement style.
- ImageDimensionsUnitTest::testImageDimensions in core/
modules/ image/ tests/ image.test - Test styled image dimensions cumulatively.
- ImageDimensionsUnitTest::testImageDimensions in core/
modules/ image/ tests/ image.test - Test styled image dimensions cumulatively.
- ImageExampleTestCase::testImageExamplePage in modules/
examples/ image_example/ tests/ image_example.test - Tests for image block provided by module.
- ImageExampleTestCase::testImageExamplePage in modules/
examples/ image_example/ tests/ image_example.test - Tests for image block provided by module.
- ImageFieldDefaultImagesTestCase::testDefaultImages in core/
modules/ image/ tests/ image.test - Tests CRUD for fields and fields instances with default images.
- ImageFieldDefaultImagesTestCase::testDefaultImages in core/
modules/ image/ tests/ image.test - Tests CRUD for fields and fields instances with default images.
- ImageFieldDisplayTestCase::testImageFieldDefaultImage in core/
modules/ image/ tests/ image.test - Test use of a default image with an image field.
- ImageFieldDisplayTestCase::testImageFieldDefaultImage in core/
modules/ image/ tests/ image.test - Test use of a default image with an image field.
- ImageFieldDisplayTestCase::testImageFieldSettings in core/
modules/ image/ tests/ image.test - Tests for image field settings.
- ImageFieldDisplayTestCase::testImageFieldSettings in core/
modules/ image/ tests/ image.test - Tests for image field settings.
- ImageFieldDisplayTestCase::_testImageFieldFormatters in core/
modules/ image/ tests/ image.test - Test image formatters on node display.
- ImageFieldDisplayTestCase::_testImageFieldFormatters in core/
modules/ image/ tests/ image.test - Test image formatters on node display.
- ImageFieldValidateTestCase::testDimensions in core/
modules/ image/ tests/ image.test - Test min/max resolution settings.
- ImageFieldValidateTestCase::testDimensions in core/
modules/ image/ tests/ image.test - Test min/max resolution settings.
- ImageFieldValidateTestCase::testHeightDimensions in core/
modules/ image/ tests/ image.test - Test single height resolution setting.
- ImageFieldValidateTestCase::testHeightDimensions in core/
modules/ image/ tests/ image.test - Test single height resolution setting.
- ImageFieldValidateTestCase::testRequiredAlt in core/
modules/ image/ tests/ image.test - Test required alt setting.
- ImageFieldValidateTestCase::testRequiredAlt in core/
modules/ image/ tests/ image.test - Test required alt setting.
- ImageFieldValidateTestCase::testWidthDimensions in core/
modules/ image/ tests/ image.test - Test single width resolution setting.
- ImageFieldValidateTestCase::testWidthDimensions in core/
modules/ image/ tests/ image.test - Test single width resolution setting.
- ImageFileMoveTest::testNormal in core/
modules/ simpletest/ tests/ image.test - Tests moving a randomly generated image.
- ImageFileMoveTest::testNormal in core/
modules/ simpletest/ tests/ image.test - Tests moving a randomly generated image.
- ImageStyleFloodProtection::testFloodProtection in core/
modules/ image/ tests/ image.test - Check the number of images that can be generated simultaneously.
- ImageStyleFloodProtection::testFloodProtection in core/
modules/ image/ tests/ image.test - Check the number of images that can be generated simultaneously.
- ImageStyleFlushTest::createSampleImage in core/
modules/ image/ tests/ image.test - Given an image style and a wrapper, generate an image.
- ImageStyleFlushTest::createSampleImage in core/
modules/ image/ tests/ image.test - Given an image style and a wrapper, generate an image.
- ImageStylesPathAndUrlUnitTest::testImageContentTypeHeaders in core/
modules/ image/ tests/ image.test - Test that we do not pass an array to backdrop_add_http_header.
- ImageStylesPathAndUrlUnitTest::testImageContentTypeHeaders in core/
modules/ image/ tests/ image.test - Test that we do not pass an array to backdrop_add_http_header.
- ImageStylesPathAndUrlUnitTest::_testImageStyleUrlAndPath in core/
modules/ image/ tests/ image.test - Test image_style_url().
- ImageStylesPathAndUrlUnitTest::_testImageStyleUrlAndPath in core/
modules/ image/ tests/ image.test - Test image_style_url().
- ImageStyleTokenTests::getTestImage in core/
modules/ image/ tests/ token.test - Generates a test image.
- ImageStyleTokenTests::getTestImage in core/
modules/ image/ tests/ token.test - Generates a test image.
- ImageThemeFunctionWebTestCase::testImageFormatterTheme in core/
modules/ image/ tests/ image.test - Tests usage of the image field formatters.
- ImageThemeFunctionWebTestCase::testImageFormatterTheme in core/
modules/ image/ tests/ image.test - Tests usage of the image field formatters.
- ImageToolkitTestCase::setUp in core/
modules/ simpletest/ tests/ image.test - Sets up a Backdrop site for running functional and integration tests.
- ImageToolkitTestCase::setUp in core/
modules/ simpletest/ tests/ image.test - Sets up a Backdrop site for running functional and integration tests.
- InstallerTestUploadCase::testUploadModule in core/
modules/ installer/ tests/ installer.test - Tests upload and extraction of a module.
- InstallerTestUploadCase::testUploadModule in core/
modules/ installer/ tests/ installer.test - Tests upload and extraction of a module.
- LayoutBlockTextTest::testBlockText in core/
modules/ layout/ tests/ layout.test - Tests the BlockText class functionality.
- LayoutBlockTextTest::testBlockText in core/
modules/ layout/ tests/ layout.test - Tests the BlockText class functionality.
- TokenNodeTestCase::testNodeTokens in core/
modules/ simpletest/ tests/ token.test - TokenNodeTestCase::testNodeTokens in core/
modules/ simpletest/ tests/ token.test - TokenUserTestCase::testUserTokens in core/
modules/ simpletest/ tests/ token.test - TokenUserTestCase::testUserTokens in core/
modules/ simpletest/ tests/ token.test - UserPictureTestCase::testDeletePicture in core/
modules/ user/ tests/ user.test - Tests deletion of user pictures.
- UserPictureTestCase::testDeletePicture in core/
modules/ user/ tests/ user.test - Tests deletion of user pictures.
- UserPictureTestCase::testExternalPicture in core/
modules/ user/ tests/ user.test - Test HTTP schema working with user pictures.
- UserPictureTestCase::testExternalPicture in core/
modules/ user/ tests/ user.test - Test HTTP schema working with user pictures.
- UserPictureTestCase::testNoPicture in core/
modules/ user/ tests/ user.test - UserPictureTestCase::testNoPicture in core/
modules/ user/ tests/ user.test - UserPictureTestCase::testPictureIsValid in core/
modules/ user/ tests/ user.test - Do the test: Picture is valid (proper size and dimension)
- UserPictureTestCase::testPictureIsValid in core/
modules/ user/ tests/ user.test - Do the test: Picture is valid (proper size and dimension)
- UserPictureTestCase::testWithGDinvalidDimension in core/
modules/ user/ tests/ user.test - Do the test: GD Toolkit is installed Picture has invalid dimension
- UserPictureTestCase::testWithGDinvalidDimension in core/
modules/ user/ tests/ user.test - Do the test: GD Toolkit is installed Picture has invalid dimension
- UserPictureTestCase::testWithGDinvalidSize in core/
modules/ user/ tests/ user.test - Do the test: GD Toolkit is installed Picture has invalid size
- UserPictureTestCase::testWithGDinvalidSize in core/
modules/ user/ tests/ user.test - Do the test: GD Toolkit is installed Picture has invalid size
- UserPictureTestCase::testWithoutGDinvalidDimension in core/
modules/ user/ tests/ user.test - Do the test: GD Toolkit is not installed Picture has invalid size
- UserPictureTestCase::testWithoutGDinvalidDimension in core/
modules/ user/ tests/ user.test - Do the test: GD Toolkit is not installed Picture has invalid size
- UserPictureTestCase::testWithoutGDinvalidSize in core/
modules/ user/ tests/ user.test - Do the test: GD Toolkit is not installed Picture has invalid size
- UserPictureTestCase::testWithoutGDinvalidSize in core/
modules/ user/ tests/ user.test - Do the test: GD Toolkit is not installed Picture has invalid size