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 11.x 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
UserAuthenticationTest.php file core/modules/user/tests/src/Unit/UserAuthenticationTest.php
UserAuthenticationTest::$password property core/modules/user/tests/src/Unit/UserAuthenticationTest.php The test password.
UserAuthenticationTest::$passwordService property core/modules/user/tests/src/Unit/UserAuthenticationTest.php The mocked password service.
UserAuthenticationTest::$userAuth property core/modules/user/tests/src/Unit/UserAuthenticationTest.php The user auth object under test.
UserAuthenticationTest::$username property core/modules/user/tests/src/Unit/UserAuthenticationTest.php The test username.
UserAuthenticationTest::$userStorage property core/modules/user/tests/src/Unit/UserAuthenticationTest.php The mock user storage.
UserAuthenticationTest::setUp function core/modules/user/tests/src/Unit/UserAuthenticationTest.php
UserAuthenticationTest::setUpMockPasswordService function core/modules/user/tests/src/Unit/UserAuthenticationTest.php Reinitializes the password service as a mock object.
UserAuthenticationTest::testAddCheckToUrlForTrustedRedirectResponse function core/modules/user/tests/src/Unit/UserAuthenticationTest.php Tests the auth that ends in a redirect from subdomain to TLD.
UserAuthenticationTest::testAddCheckToUrlForTrustedRedirectResponseWithFragment function core/modules/user/tests/src/Unit/UserAuthenticationTest.php Tests the auth that ends in a redirect from subdomain with a fragment to TLD.
UserAuthenticationTest::testAuthenticateWithCorrectPassword function core/modules/user/tests/src/Unit/UserAuthenticationTest.php Tests the authenticate method with a correct password.
UserAuthenticationTest::testAuthenticateWithCorrectPasswordAndNewPasswordHash function core/modules/user/tests/src/Unit/UserAuthenticationTest.php Tests the authenticate method with a correct password & new password hash.
UserAuthenticationTest::testAuthenticateWithIncorrectPassword function core/modules/user/tests/src/Unit/UserAuthenticationTest.php Tests the authenticate method with an incorrect password.
UserAuthenticationTest::testAuthenticateWithZeroPassword function core/modules/user/tests/src/Unit/UserAuthenticationTest.php Tests the authenticate method with a correct password.
UserAuthenticationTest::testLookupAccountWithInvalidUsername function core/modules/user/tests/src/Unit/UserAuthenticationTest.php Tests lookupAccount() with an invalid username.
UserAuthenticationTest::testLookupAccountWithValidUsername function core/modules/user/tests/src/Unit/UserAuthenticationTest.php Tests lookupAccount() with a valid username.
UserAuthTest class core/modules/user/tests/src/Unit/UserAuthTest.php Tests Drupal\user\UserAuth.
UserAuthTest.php file core/modules/user/tests/src/Unit/UserAuthTest.php
UserAuthTest::$password property core/modules/user/tests/src/Unit/UserAuthTest.php The test password.
UserAuthTest::$passwordService property core/modules/user/tests/src/Unit/UserAuthTest.php The mocked password service.
UserAuthTest::$userAuth property core/modules/user/tests/src/Unit/UserAuthTest.php The user auth object under test.
UserAuthTest::$username property core/modules/user/tests/src/Unit/UserAuthTest.php The test username.
UserAuthTest::$userStorage property core/modules/user/tests/src/Unit/UserAuthTest.php The mock user storage.
UserAuthTest::providerTestAuthenticateWithMissingCredentials function core/modules/user/tests/src/Unit/UserAuthTest.php Data provider for testAuthenticateWithMissingCredentials().
UserAuthTest::setUp function core/modules/user/tests/src/Unit/UserAuthTest.php
UserAuthTest::testAddCheckToUrlForTrustedRedirectResponse function core/modules/user/tests/src/Unit/UserAuthTest.php Tests the auth that ends in a redirect from subdomain to TLD.
UserAuthTest::testAddCheckToUrlForTrustedRedirectResponseWithFragment function core/modules/user/tests/src/Unit/UserAuthTest.php Tests the auth that ends in a redirect from subdomain with a fragment to TLD.
UserAuthTest::testAuthenticateWithCorrectPassword function core/modules/user/tests/src/Unit/UserAuthTest.php Tests the authenticate method with a correct password.
UserAuthTest::testAuthenticateWithCorrectPasswordAndNewPasswordHash function core/modules/user/tests/src/Unit/UserAuthTest.php Tests the authenticate method with a correct password & new password hash.
UserAuthTest::testAuthenticateWithIncorrectPassword function core/modules/user/tests/src/Unit/UserAuthTest.php Tests the authenticate method with an incorrect password.
UserAuthTest::testAuthenticateWithMissingCredentials function core/modules/user/tests/src/Unit/UserAuthTest.php Tests failing authentication with missing credential parameters.
UserAuthTest::testAuthenticateWithNoAccountReturned function core/modules/user/tests/src/Unit/UserAuthTest.php Tests the authenticate method with no account returned.
UserAuthTest::testAuthenticateWithZeroPassword function core/modules/user/tests/src/Unit/UserAuthTest.php Tests the authenticate method with a correct password.
UserBatchActionTest class core/modules/views/tests/src/Functional/UserBatchActionTest.php Tests the views bulk form with batch action.
UserBatchActionTest.php file core/modules/views/tests/src/Functional/UserBatchActionTest.php
UserBatchActionTest::$defaultTheme property core/modules/views/tests/src/Functional/UserBatchActionTest.php
UserBatchActionTest::$modules property core/modules/views/tests/src/Functional/UserBatchActionTest.php
UserBatchActionTest::testUserAction function core/modules/views/tests/src/Functional/UserBatchActionTest.php Tests user admin batch.
UserBlocksTest class core/modules/user/tests/src/Functional/UserBlocksTest.php Tests user blocks.
UserBlocksTest.php file core/modules/user/tests/src/Functional/UserBlocksTest.php
UserBlocksTest::$adminUser property core/modules/user/tests/src/Functional/UserBlocksTest.php A user with the 'administer blocks' permission.
UserBlocksTest::$defaultTheme property core/modules/user/tests/src/Functional/UserBlocksTest.php
UserBlocksTest::$modules property core/modules/user/tests/src/Functional/UserBlocksTest.php
UserBlocksTest::setUp function core/modules/user/tests/src/Functional/UserBlocksTest.php
UserBlocksTest::testUserLoginBlock function core/modules/user/tests/src/Functional/UserBlocksTest.php Tests the user login block.
UserBlocksTest::testUserLoginBlockVisibility function core/modules/user/tests/src/Functional/UserBlocksTest.php Tests that user login block is hidden from user/login.
UserBulkFormTest class core/modules/user/tests/src/Unit/Plugin/views/field/UserBulkFormTest.php Tests Drupal\user\Plugin\views\field\UserBulkForm.
UserBulkFormTest.php file core/modules/user/tests/src/Unit/Plugin/views/field/UserBulkFormTest.php
UserBulkFormTest::tearDown function core/modules/user/tests/src/Unit/Plugin/views/field/UserBulkFormTest.php
UserBulkFormTest::testConstructor function core/modules/user/tests/src/Unit/Plugin/views/field/UserBulkFormTest.php Tests the constructor assignment of actions.

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