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
UserPasswordResetTest::setUp function core/modules/user/tests/src/Functional/UserPasswordResetTest.php
UserPasswordResetTest::testResetImpersonation function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Make sure that users cannot forge password reset URLs of other users.
UserPasswordResetTest::testUserPasswordReset function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Tests password reset functionality.
UserPasswordResetTest::testUserPasswordResetLoggedIn function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Test user password reset while logged in.
UserPasswordResetTest::testUserPasswordResetWithAdditionalAjaxForm function core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php Tests password reset functionality with an AJAX form.
UserPasswordResetTest::testUserResetPasswordIpFloodControl function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Tests password reset flood control for one IP.
UserPasswordResetTest::testUserResetPasswordTextboxFilled function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Prefill the text box on incorrect login via link to password reset page.
UserPasswordResetTest::testUserResetPasswordUserFloodControl function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Tests password reset flood control for one user.
UserPasswordResetTest::testUserResetPasswordUserFloodControlIsCleared function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Tests user password reset flood control is cleared on successful reset.
UserPathTest class core/modules/views/tests/src/Functional/UserPathTest.php Tests overriding user paths using wildcards.
UserPathTest.php file core/modules/views/tests/src/Functional/UserPathTest.php
UserPathTest::$defaultTheme property core/modules/views/tests/src/Functional/UserPathTest.php The theme to install as the default for testing.
UserPathTest::$modules property core/modules/views/tests/src/Functional/UserPathTest.php Modules to enable.
UserPathTest::$testViews property core/modules/views/tests/src/Functional/UserPathTest.php The test views to use.
UserPathTest::testUserLoginPage function core/modules/views/tests/src/Functional/UserPathTest.php Tests if the login page is still available when using a wildcard path.
UserPermissionsTest class core/modules/user/tests/src/Functional/UserPermissionsTest.php Verify that role permissions can be added and removed via the permissions
page.
UserPermissionsTest.php file core/modules/user/tests/src/Functional/UserPermissionsTest.php
UserPermissionsTest::$adminUser property core/modules/user/tests/src/Functional/UserPermissionsTest.php User with admin privileges.
UserPermissionsTest::$defaultTheme property core/modules/user/tests/src/Functional/UserPermissionsTest.php The theme to install as the default for testing.
UserPermissionsTest::$rid property core/modules/user/tests/src/Functional/UserPermissionsTest.php User's role ID.
UserPermissionsTest::setUp function core/modules/user/tests/src/Functional/UserPermissionsTest.php
UserPermissionsTest::testAccessContentPermission function core/modules/user/tests/src/Functional/UserPermissionsTest.php Verify 'access content' is listed in the correct location.
UserPermissionsTest::testAdministratorRole function core/modules/user/tests/src/Functional/UserPermissionsTest.php Test assigning of permissions for the administrator role.
UserPermissionsTest::testUserPermissionChanges function core/modules/user/tests/src/Functional/UserPermissionsTest.php Test changing user permissions through the permissions page.
UserPermissionsTest::testUserRoleChangePermissions function core/modules/user/tests/src/Functional/UserPermissionsTest.php Verify proper permission changes by user_role_change_permissions().
UserPictureFileTest class core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureFileTest.php Tests the d6_user_picture_file source plugin.
UserPictureFileTest.php file core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureFileTest.php
UserPictureFileTest::$modules property core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureFileTest.php Modules to enable.
UserPictureFileTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureFileTest.php The data provider.
UserPictureInstanceTest class core/modules/user/tests/src/Kernel/Plugin/migrate/source/UserPictureInstanceTest.php Tests the user_picture_instance source plugin.
UserPictureInstanceTest.php file core/modules/user/tests/src/Kernel/Plugin/migrate/source/UserPictureInstanceTest.php
UserPictureInstanceTest::$modules property core/modules/user/tests/src/Kernel/Plugin/migrate/source/UserPictureInstanceTest.php Modules to enable.
UserPictureInstanceTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/UserPictureInstanceTest.php The data provider.
UserPictureTest class core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureTest.php Tests the d6_user_picture source plugin.
UserPictureTest class core/modules/user/tests/src/Functional/UserPictureTest.php Tests user picture functionality.
UserPictureTest.php file core/modules/user/tests/src/Functional/UserPictureTest.php
UserPictureTest.php file core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureTest.php
UserPictureTest::$defaultTheme property core/modules/user/tests/src/Functional/UserPictureTest.php The theme to install as the default for testing.
UserPictureTest::$modules property core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureTest.php Modules to enable.
UserPictureTest::$profile property core/modules/user/tests/src/Functional/UserPictureTest.php The profile to install as a basis for testing.
UserPictureTest::$webUser property core/modules/user/tests/src/Functional/UserPictureTest.php A regular user.
UserPictureTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureTest.php The data provider.
UserPictureTest::saveUserPicture function core/modules/user/tests/src/Functional/UserPictureTest.php Edits the user picture for the test user.
UserPictureTest::setUp function core/modules/user/tests/src/Functional/UserPictureTest.php
UserPictureTest::testCreateDeletePicture function core/modules/user/tests/src/Functional/UserPictureTest.php Tests creation, display, and deletion of user pictures.
UserPictureTest::testPictureOnNodeComment function core/modules/user/tests/src/Functional/UserPictureTest.php Tests embedded users on node pages.
UserPictureTest::testUserViewAlter function core/modules/user/tests/src/Functional/UserPictureTest.php Tests user picture field with a non-standard field formatter.
UserRegistrationResourceTest class core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php Tests User Registration REST resource.
UserRegistrationResourceTest.php file core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php
UserRegistrationResourceTest::$currentUser property core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php The current user.

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