Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 10.3.x for test
  4. Search 11.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
UrlTest::testLinkXSS function core/modules/system/tests/src/Functional/Common/UrlTest.php Confirms that invalid URLs are filtered in link generating functions.
UrlTest::testMergeOptions function core/tests/Drupal/Tests/Core/UrlTest.php Tests the mergeOptions() method.
UrlTest::testRenderAccess function core/tests/Drupal/Tests/Core/UrlTest.php Tests the renderAccess() method.
UrlTest::testSetOptions function core/tests/Drupal/Tests/Core/UrlTest.php Tests the setOptions() method.
UrlTest::testToString function core/tests/Drupal/Tests/Core/UrlTest.php Tests the toString() method.
UrlTest::testToUriStringForEntity function core/tests/Drupal/Tests/Core/UrlTest.php Tests the toUriString() method with entity: URIs.
UrlTest::testToUriStringForInternal function core/tests/Drupal/Tests/Core/UrlTest.php Tests the toUriString() method with internal: URIs.
UrlTest::testToUriStringForRoute function core/tests/Drupal/Tests/Core/UrlTest.php Tests the toUriString() method with route: URIs.
UrlTest::testUrlFromRequest function core/tests/Drupal/Tests/Core/UrlTest.php Tests creating a Url from a request.
UrlTest::testUrlFromRequestInvalid function core/tests/Drupal/Tests/Core/UrlTest.php Tests that an invalid request will thrown an exception.
UrlTransformRelativeTest class core/tests/Drupal/KernelTests/Core/File/UrlTransformRelativeTest.php Tests url transform to relative.
UrlTransformRelativeTest.php file core/tests/Drupal/KernelTests/Core/File/UrlTransformRelativeTest.php
UrlTransformRelativeTest::$modules property core/tests/Drupal/KernelTests/Core/File/UrlTransformRelativeTest.php Modules to enable.
UrlTransformRelativeTest::providerFileUrlTransformRelative function core/tests/Drupal/KernelTests/Core/File/UrlTransformRelativeTest.php
UrlTransformRelativeTest::testFileUrlTransformRelative function core/tests/Drupal/KernelTests/Core/File/UrlTransformRelativeTest.php Tests file_url_transform_relative function.
url_alter_test.info.yml file core/modules/system/tests/modules/url_alter_test/url_alter_test.info.yml core/modules/system/tests/modules/url_alter_test/url_alter_test.info.yml
url_alter_test.install file core/modules/system/tests/modules/url_alter_test/url_alter_test.install Install hooks for test module.
url_alter_test.path_processor service core/modules/system/tests/modules/url_alter_test/url_alter_test.services.yml Drupal\url_alter_test\PathProcessorTest
url_alter_test.services.yml file core/modules/system/tests/modules/url_alter_test/url_alter_test.services.yml core/modules/system/tests/modules/url_alter_test/url_alter_test.services.yml
url_alter_test_install function core/modules/system/tests/modules/url_alter_test/url_alter_test.install Implements hook_install().
UsageTest class core/modules/file/tests/src/Kernel/UsageTest.php Tests file usage functions.
UsageTest.php file core/modules/file/tests/src/Kernel/UsageTest.php
UsageTest::createTempFiles function core/modules/file/tests/src/Kernel/UsageTest.php Create files for all the possible combinations of age and status.
UsageTest::doTestRemoveUsage function core/modules/file/tests/src/Kernel/UsageTest.php Tests \Drupal\file\FileUsage\DatabaseFileUsageBackend::delete().
UsageTest::testAddUsage function core/modules/file/tests/src/Kernel/UsageTest.php Tests \Drupal\file\FileUsage\DatabaseFileUsageBackend::add().
UsageTest::testFileUsageWithEntityTranslation function core/modules/file/tests/src/Kernel/UsageTest.php Tests file usage with translated entities.
UsageTest::testGetUsage function core/modules/file/tests/src/Kernel/UsageTest.php Tests \Drupal\file\FileUsage\DatabaseFileUsageBackend::listUsage().
UsageTest::testRemoveUsageNonTemporary function core/modules/file/tests/src/Kernel/UsageTest.php Tests file usage deletion when files are made temporary.
UsageTest::testRemoveUsageTemporary function core/modules/file/tests/src/Kernel/UsageTest.php Tests file usage deletion when files are made temporary.
UsageTest::testTempFileCleanupDefault function core/modules/file/tests/src/Kernel/UsageTest.php Ensure that temporary files are removed by default.
UsageTest::testTempFileCustomCleanup function core/modules/file/tests/src/Kernel/UsageTest.php Ensure that temporary files are kept as configured.
UsageTest::testTempFileNoCleanup function core/modules/file/tests/src/Kernel/UsageTest.php Ensure that temporary files are kept as configured.
UserAccessControlHandlerTest class core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php Tests the user access controller.
UserAccessControlHandlerTest.php file core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php
UserAccessControlHandlerTest::$accessControlHandler property core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php The user access controller to test.
UserAccessControlHandlerTest::$admin property core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php The mock administrative test user.
UserAccessControlHandlerTest::$items property core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php The mocked test field items.
UserAccessControlHandlerTest::$owner property core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php The mock user account that is able to change their own account name.
UserAccessControlHandlerTest::$viewer property core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php The mock user account with view access.
UserAccessControlHandlerTest::adminFieldAccessProvider function core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php Provides test data for testAdminFieldAccess().
UserAccessControlHandlerTest::assertFieldAccess function core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php Asserts correct field access grants for a field.
UserAccessControlHandlerTest::createdAccessProvider function core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php Provides test data for testCreatedAccess().
UserAccessControlHandlerTest::hiddenUserSettingsProvider function core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php Provides test data for testHiddenUserSettings().
UserAccessControlHandlerTest::NonExistingFieldAccessProvider function core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php Provides test data for testNonExistingFieldAccess().
UserAccessControlHandlerTest::passwordAccessProvider function core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php Provides test data for passwordAccessProvider().
UserAccessControlHandlerTest::setUp function core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php
UserAccessControlHandlerTest::testAdminFieldAccess function core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php Tests that private user settings cannot be viewed by other users.
UserAccessControlHandlerTest::testCreatedAccess function core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php Tests the user created field access.
UserAccessControlHandlerTest::testHiddenUserSettings function core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php Tests that private user settings cannot be viewed by other users.
UserAccessControlHandlerTest::testNonExistingFieldAccess function core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php Tests access to a non-existing base field.

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