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.
Test class core/modules/config/tests/config_constant_test/src/Test.php A test class.

All search results

Title Object type File name Summary
FileCacheTest::$fileCache property core/tests/Drupal/Tests/Component/FileCache/FileCacheTest.php FileCache object used for the tests.
FileCacheTest::$staticFileCache property core/tests/Drupal/Tests/Component/FileCache/FileCacheTest.php Static FileCache object used for verification of tests.
FileCacheTest::setUp function core/tests/Drupal/Tests/Component/FileCache/FileCacheTest.php
FileCacheTest::testDelete function core/tests/Drupal/Tests/Component/FileCache/FileCacheTest.php Tests delete.
FileCacheTest::testGet function core/tests/Drupal/Tests/Component/FileCache/FileCacheTest.php @legacy-covers ::get
@legacy-covers ::__construct
FileCacheTest::testGetMultiple function core/tests/Drupal/Tests/Component/FileCache/FileCacheTest.php Tests get multiple.
FileCacheTest::testSet function core/tests/Drupal/Tests/Component/FileCache/FileCacheTest.php Tests set.
FileCookieJarShimTest class core/tests/Drupal/Tests/Component/Cookie/FileCookieJarShimTest.php Tests the hardened backport of \GuzzleHttp\Cookie\FileCookieJar.
FileCookieJarShimTest.php file core/tests/Drupal/Tests/Component/Cookie/FileCookieJarShimTest.php
FileCookieJarShimTest::$file property core/tests/Drupal/Tests/Component/Cookie/FileCookieJarShimTest.php The path used for cookie storage during a test.
FileCookieJarShimTest::setUp function core/tests/Drupal/Tests/Component/Cookie/FileCookieJarShimTest.php
FileCookieJarShimTest::tearDown function core/tests/Drupal/Tests/Component/Cookie/FileCookieJarShimTest.php
FileCookieJarShimTest::testHardenedClassIsLoaded function core/tests/Drupal/Tests/Component/Cookie/FileCookieJarShimTest.php Confirms the hardened replacement (with __wakeup) is the class in use.
FileCookieJarShimTest::testLegitimateInstanceAutoSavesOnDestruction function core/tests/Drupal/Tests/Component/Cookie/FileCookieJarShimTest.php The jar must retain full functionality: auto-save on destruction.
FileCookieJarShimTest::testSaveEscapesTagCharacters function core/tests/Drupal/Tests/Component/Cookie/FileCookieJarShimTest.php Saved files must JSON-escape tag characters (defense in depth).
FileCookieJarShimTest::testUnserializedInstanceDoesNotAutoSave function core/tests/Drupal/Tests/Component/Cookie/FileCookieJarShimTest.php An unserialized jar must not auto-save (the gadget chain sink).
FileCopyTest class core/tests/Drupal/KernelTests/Core/File/FileCopyTest.php Tests the unmanaged file copy function.
FileCopyTest class core/modules/migrate/tests/src/Unit/process/FileCopyTest.php Tests the file copy process plugin.
FileCopyTest class core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php Tests the file_copy process plugin.
FileCopyTest.php file core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php
FileCopyTest.php file core/modules/migrate/tests/src/Unit/process/FileCopyTest.php
FileCopyTest.php file core/tests/Drupal/KernelTests/Core/File/FileCopyTest.php
FileCopyTest::$fileSystem property core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php The file system service.
FileCopyTest::$modules property core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php Modules to install.
FileCopyTest::assertPlugin function core/modules/migrate/tests/src/Unit/process/FileCopyTest.php Creates a TestFileCopy process plugin.
FileCopyTest::doTransform function core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php Do an import using the destination.
FileCopyTest::providerFileProcessBaseConstructor function core/modules/migrate/tests/src/Unit/process/FileCopyTest.php Data provider for testFileProcessBaseConstructor.
FileCopyTest::providerSuccessfulReuse function core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php Provides the source and destination path files.
FileCopyTest::setUp function core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php
FileCopyTest::testDownloadRemoteUri function core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php Tests that remote URIs are delegated to the download plugin.
FileCopyTest::testFileProcessBaseConstructor function core/modules/migrate/tests/src/Unit/process/FileCopyTest.php Tests that the plugin constructor correctly sets the configuration.
FileCopyTest::testNonExistent function core/tests/Drupal/KernelTests/Core/File/FileCopyTest.php Copy a non-existent file.
FileCopyTest::testNonExistentSourceFile function core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php Tests that non-existent files throw an exception.
FileCopyTest::testNonWritableDestination function core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php Tests that non-writable destination throw an exception.
FileCopyTest::testNormal function core/tests/Drupal/KernelTests/Core/File/FileCopyTest.php Copy a normal file.
FileCopyTest::testOverwriteSelf function core/tests/Drupal/KernelTests/Core/File/FileCopyTest.php Copy a file onto itself.
FileCopyTest::testRenameFile function core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php Tests the 'rename' overwrite mode.
FileCopyTest::testSuccessfulCopies function core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php Tests successful imports/copies.
FileCopyTest::testSuccessfulMoves function core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php Tests successful moves.
FileCopyTest::testSuccessfulReuse function core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php Tests successful file reuse.
FileDeleteGadgetChainTest class core/tests/Drupal/KernelTests/Core/File/FileDeleteGadgetChainTest.php Tests protection against SA-CORE-2024-006 File Delete Gadget Chain.
FileDeleteGadgetChainTest.php file core/tests/Drupal/KernelTests/Core/File/FileDeleteGadgetChainTest.php
FileDeleteGadgetChainTest::testFileDeleteGadgetChain function core/tests/Drupal/KernelTests/Core/File/FileDeleteGadgetChainTest.php Tests unserializing a File Delete payload.
FileDeleteRecursiveRemoteTest class core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveRemoteTest.php Tests deleteRecursive() with remote stream wrappers where realpath() is FALSE.
FileDeleteRecursiveRemoteTest.php file core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveRemoteTest.php
FileDeleteRecursiveRemoteTest::$classname property core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveRemoteTest.php A fully-qualified stream wrapper class name to register for the test.
FileDeleteRecursiveRemoteTest::$scheme property core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveRemoteTest.php A stream wrapper scheme to register for the test.
FileDeleteRecursiveRemoteTest::testDirectory function core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveRemoteTest.php Tests deleting a directory with files via a remote stream wrapper.
FileDeleteRecursiveRemoteTest::testEmptyDirectory function core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveRemoteTest.php Tests deleting an empty directory via a remote stream wrapper.
FileDeleteRecursiveRemoteTest::testRealpathReturnsFalse function core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveRemoteTest.php Verifies the dummy-remote stream wrapper returns FALSE from realpath().

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