Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 8.9.x for test
  4. Search 10.3.x for test
  5. Search main for test
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Test class core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Provides test media source.
Test class core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Defines a test controller for page titles.

All search results

Title Object type File name Summary
SandboxManagerBaseTest::testFailureCollectPathsToExcludeOnApply function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests that if apply fails to get paths to exclude, throws a stage exception.
SandboxManagerBaseTest::testFailureDuringComposerStagerOperations function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests when Composer Stager throws an exception during an operation.
SandboxManagerBaseTest::testFailureMarkerFileExcluded function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests that the failure marker file is excluded using a relative path.
SandboxManagerBaseTest::testFailureMarkerPreventsCreate function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests that if a stage fails to apply, another stage cannot be created.
SandboxManagerBaseTest::testGetSandboxDirectory function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests get sandbox directory.
SandboxManagerBaseTest::testMetadata function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests metadata.
SandboxManagerBaseTest::testNoFailureFileOnSuccess function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests that the failure marker file doesn't exist if apply succeeds.
SandboxManagerBaseTest::testStageDirectoryDeletedDuringCron function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests that destroyed stage directories are actually deleted during cron.
SandboxManagerBaseTest::testStageDirectoryExists function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests stage directory exists.
SandboxManagerBaseTest::testStoreDestroyInfo function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests exceptions thrown because of previously destroyed stage.
SandboxManagerBaseTest::testTempStoreMessageExpired function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests exception message once temp store message has expired.
SandboxManagerBaseTest::testTimeouts function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests that Composer Stager is invoked with a long timeout.
SandboxManagerBaseTest::testTypeMustBeExplicitlyOverridden function core/modules/package_manager/tests/src/Unit/SandboxManagerBaseTest.php Tests type must be explicitly overridden.
SandboxManagerBaseTest::testUncreatedGetSandboxDirectory function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests uncreated get sandbox directory.
SandboxManagerBaseTest::testValidateRequirements function core/modules/package_manager/tests/src/Unit/SandboxManagerBaseTest.php Tests validate requirements.
SanitizeNameTest class core/modules/file/tests/src/Unit/SanitizeNameTest.php Filename sanitization tests.
SanitizeNameTest.php file core/modules/file/tests/src/Unit/SanitizeNameTest.php
SanitizeNameTest::provideFilenames function core/modules/file/tests/src/Unit/SanitizeNameTest.php Provides data for testFileNameTransliteration().
SanitizeNameTest::testFileNameTransliteration function core/modules/file/tests/src/Unit/SanitizeNameTest.php Test file name sanitization.
SaveActionTest class core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php Tests Save Action.
SaveActionTest.php file core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php
SaveActionTest::$modules property core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php Modules to install.
SaveActionTest::setUp function core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php
SaveActionTest::testGetDerivativeDefinitions function core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php Tests get derivative definitions.
SaveActionTest::testSaveAction function core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php Tests save action.
SaveTest class core/modules/file/tests/src/Kernel/SaveTest.php File saving tests.
SaveTest.php file core/modules/file/tests/src/Kernel/SaveTest.php
SaveTest::testFileSave function core/modules/file/tests/src/Kernel/SaveTest.php Tests the saving process of file entities.
SaveUploadFormTest class core/modules/file/tests/src/Functional/SaveUploadFormTest.php Tests the _file_save_upload_from_form() function.
SaveUploadFormTest.php file core/modules/file/tests/src/Functional/SaveUploadFormTest.php
SaveUploadFormTest::$defaultTheme property core/modules/file/tests/src/Functional/SaveUploadFormTest.php The theme to install as the default for testing.
SaveUploadFormTest::$image property core/modules/file/tests/src/Functional/SaveUploadFormTest.php An image file path for uploading.
SaveUploadFormTest::$imageExtension property core/modules/file/tests/src/Functional/SaveUploadFormTest.php Extension of the image filename.
SaveUploadFormTest::$maxFidBefore property core/modules/file/tests/src/Functional/SaveUploadFormTest.php The largest file id when the test starts.
SaveUploadFormTest::$modules property core/modules/file/tests/src/Functional/SaveUploadFormTest.php Modules to install.
SaveUploadFormTest::$phpFile property core/modules/file/tests/src/Functional/SaveUploadFormTest.php A PHP file path for upload security testing.
SaveUploadFormTest::setUp function core/modules/file/tests/src/Functional/SaveUploadFormTest.php
SaveUploadFormTest::testCombinedErrorMessages function core/modules/file/tests/src/Functional/SaveUploadFormTest.php Tests that multiple validation errors are combined in one message.
SaveUploadFormTest::testDrupalMovingUploadedFileError function core/modules/file/tests/src/Functional/SaveUploadFormTest.php Tests for log entry on failing destination.
SaveUploadFormTest::testErrorMessagesAreNotChanged function core/modules/file/tests/src/Functional/SaveUploadFormTest.php Tests that form validation does not change error messages.
SaveUploadFormTest::testExistingError function core/modules/file/tests/src/Functional/SaveUploadFormTest.php Tests for failure when uploading over a file that already exists.
SaveUploadFormTest::testExistingRename function core/modules/file/tests/src/Functional/SaveUploadFormTest.php Tests renaming when uploading over a file that already exists.
SaveUploadFormTest::testExistingReplace function core/modules/file/tests/src/Functional/SaveUploadFormTest.php Tests replacement when uploading over a file that already exists.
SaveUploadFormTest::testHandleDangerousFile function core/modules/file/tests/src/Functional/SaveUploadFormTest.php Tests dangerous file handling.
SaveUploadFormTest::testHandleExtension function core/modules/file/tests/src/Functional/SaveUploadFormTest.php Tests extension handling.
SaveUploadFormTest::testHandleFileMunge function core/modules/file/tests/src/Functional/SaveUploadFormTest.php Tests file munge handling.
SaveUploadFormTest::testNormal function core/modules/file/tests/src/Functional/SaveUploadFormTest.php Tests the _file_save_upload_from_form() function.
SaveUploadFormTest::testNoUpload function core/modules/file/tests/src/Functional/SaveUploadFormTest.php Tests for no failures when not uploading a file.
SaveUploadFormTest::testUploadFieldIsHighlighted function core/modules/file/tests/src/Functional/SaveUploadFormTest.php Tests highlighting of file upload field when it has an error.
SaveUploadTest class core/modules/file/tests/src/Functional/SaveUploadTest.php Tests the file_save_upload() function.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.