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
UserLanguageCreationTest::$modules property core/modules/user/tests/src/Functional/UserLanguageCreationTest.php Modules to enable.
UserLanguageCreationTest::testLocalUserCreation function core/modules/user/tests/src/Functional/UserLanguageCreationTest.php Functional test for language handling during user creation.
UserLanguageTest class core/modules/user/tests/src/Functional/UserLanguageTest.php Functional tests for a user's ability to change their default language.
UserLanguageTest.php file core/modules/user/tests/src/Functional/UserLanguageTest.php
UserLanguageTest::$defaultTheme property core/modules/user/tests/src/Functional/UserLanguageTest.php The theme to install as the default for testing.
UserLanguageTest::$modules property core/modules/user/tests/src/Functional/UserLanguageTest.php Modules to enable.
UserLanguageTest::testUserLanguageConfiguration function core/modules/user/tests/src/Functional/UserLanguageTest.php Test if user can change their default language.
UserLegacyTest class core/modules/user/tests/src/Kernel/UserLegacyTest.php Tests legacy user functionality.
UserLegacyTest.php file core/modules/user/tests/src/Kernel/UserLegacyTest.php
UserLegacyTest::$modules property core/modules/user/tests/src/Kernel/UserLegacyTest.php Modules to enable.
UserLegacyTest::setUp function core/modules/user/tests/src/Kernel/UserLegacyTest.php
UserLegacyTest::testEntityLegacyCode function core/modules/user/tests/src/Kernel/UserLegacyTest.php @expectedDeprecation user_load_multiple() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal\user\Entity\User::loadMultiple(). See https://www.drupal.org/node/2266845
@expectedDeprecation user_load() is deprecated in…
UserLegacyTest::testUserDelete function core/modules/user/tests/src/Kernel/UserLegacyTest.php Tests that user_delete throws a deprecation error.
UserLegacyTest::testUserDeleteMultiple function core/modules/user/tests/src/Kernel/UserLegacyTest.php Tests that user_delete_multiple throws a deprecation error.
UserLegacyTest::testUserFormatName function core/modules/user/tests/src/Kernel/UserLegacyTest.php Tests user_format_name().
UserLegacyTest::testUserView function core/modules/user/tests/src/Kernel/UserLegacyTest.php @expectedDeprecation user_view() is deprecated in Drupal 8.7.0 and will be removed before Drupal 9.0.0. Use \Drupal::entityTypeManager()->getViewBuilder('user')->view() instead. See…
UserLocalTasksTest class core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php Tests user local tasks.
UserLocalTasksTest.php file core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php
UserLocalTasksTest::getUserAdminRoutes function core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php Provides a list of routes to test.
UserLocalTasksTest::getUserLoginRoutes function core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php Provides a list of routes to test.
UserLocalTasksTest::getUserPageRoutes function core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php Provides a list of routes to test.
UserLocalTasksTest::setUp function core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php
UserLocalTasksTest::testUserAdminLocalTasks function core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php Tests local task existence.
UserLocalTasksTest::testUserLoginLocalTasks function core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php Checks user listing local tasks.
UserLocalTasksTest::testUserPageLocalTasks function core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php Checks user listing local tasks.
UserLoginHttpTest class core/modules/user/tests/src/Functional/UserLoginHttpTest.php Tests login and password reset via direct HTTP.
UserLoginHttpTest.php file core/modules/user/tests/src/Functional/UserLoginHttpTest.php
UserLoginHttpTest::$cookies property core/modules/user/tests/src/Functional/UserLoginHttpTest.php The cookie jar.
UserLoginHttpTest::$defaultTheme property core/modules/user/tests/src/Functional/UserLoginHttpTest.php The theme to install as the default for testing.
UserLoginHttpTest::$modules property core/modules/user/tests/src/Functional/UserLoginHttpTest.php Modules to install.
UserLoginHttpTest::$serializer property core/modules/user/tests/src/Functional/UserLoginHttpTest.php The serializer.
UserLoginHttpTest::assertHttpResponse function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Checks a response for status code and body.
UserLoginHttpTest::assertHttpResponseWithMessage function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Checks a response for status code and message.
UserLoginHttpTest::doTestLogin function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Do login testing for a given serialization format.
UserLoginHttpTest::doTestPasswordReset function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Do password reset testing for given format and account.
UserLoginHttpTest::getLoginStatusUrlString function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Gets the URL string for checking login.
UserLoginHttpTest::getResultValue function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Gets a value for a given key from the response.
UserLoginHttpTest::loginFromResetEmail function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Login from reset password email.
UserLoginHttpTest::loginRequest function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Executes a login HTTP request.
UserLoginHttpTest::logoutRequest function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Executes a logout HTTP request.
UserLoginHttpTest::passwordRequest function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Executes a password HTTP request.
UserLoginHttpTest::resetFlood function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Resets all flood entries.
UserLoginHttpTest::setUp function core/modules/user/tests/src/Functional/UserLoginHttpTest.php
UserLoginHttpTest::testGlobalLoginFloodControl function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Tests the global login flood control.
UserLoginHttpTest::testLogin function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Tests user session life cycle.
UserLoginHttpTest::testLogoutCsrfProtection function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Test csrf protection of User Logout route.
UserLoginHttpTest::testPasswordReset function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Tests user password reset.
UserLoginHttpTest::testPerUserLoginFloodControl function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Test the per-user login flood control.
UserLoginTest class core/modules/user/tests/src/Functional/UserLoginTest.php Ensure that login works as expected.
UserLoginTest.php file core/modules/user/tests/src/Functional/UserLoginTest.php

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