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
UserLogoutTest.php file core/modules/user/tests/src/Functional/UserLogoutTest.php
UserLogoutTest::$defaultTheme property core/modules/user/tests/src/Functional/UserLogoutTest.php
UserLogoutTest::$modules property core/modules/user/tests/src/Functional/UserLogoutTest.php
UserLogoutTest::setUp function core/modules/user/tests/src/Functional/UserLogoutTest.php
UserLogoutTest::testLogout function core/modules/user/tests/src/Functional/UserLogoutTest.php Tests user logout functionality.
UserMailDefaultsTest class core/modules/user/tests/src/Kernel/UserMailDefaultsTest.php Tests that user.mail default settings are parsed correctly.
UserMailDefaultsTest.php file core/modules/user/tests/src/Kernel/UserMailDefaultsTest.php
UserMailDefaultsTest::$modules property core/modules/user/tests/src/Kernel/UserMailDefaultsTest.php
UserMailDefaultsTest::setUp function core/modules/user/tests/src/Kernel/UserMailDefaultsTest.php
UserMailDefaultsTest::testMailDefaults function core/modules/user/tests/src/Kernel/UserMailDefaultsTest.php Tests that each user mail contains blank lines.
UserMailDefaultsTest::userMailsProvider function core/modules/user/tests/src/Kernel/UserMailDefaultsTest.php Data provider for user mail testing.
UserMailNotifyTest class core/modules/user/tests/src/Kernel/UserMailNotifyTest.php Tests _user_mail_notify() use of user.settings.notify.*.
UserMailNotifyTest.php file core/modules/user/tests/src/Kernel/UserMailNotifyTest.php
UserMailNotifyTest::$modules property core/modules/user/tests/src/Kernel/UserMailNotifyTest.php
UserMailNotifyTest::testUserMailHook function core/modules/user/tests/src/Kernel/UserMailNotifyTest.php Tests the mail hook implementation from the user module.
UserMailNotifyTest::testUserMailsNotSent function core/modules/user/tests/src/Kernel/UserMailNotifyTest.php Tests mails are not sent when notify.$op is FALSE.
UserMailNotifyTest::testUserMailsSent function core/modules/user/tests/src/Kernel/UserMailNotifyTest.php Tests mails are sent when notify.$op is TRUE.
UserMailNotifyTest::testUserMailsWithoutAccountEmail function core/modules/user/tests/src/Kernel/UserMailNotifyTest.php Tests mails are not sent when the account has no email address.
UserMailNotifyTest::testUserRecoveryMailLanguage function core/modules/user/tests/src/Kernel/UserMailNotifyTest.php Tests recovery email content and token langcode is aligned.
UserMailNotifyTest::userMailsProvider function core/modules/user/tests/src/Kernel/UserMailNotifyTest.php Data provider for user mail testing.
UserMailRequiredValidatorTest class core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/UserMailRequiredValidatorTest.php Tests Drupal\user\Plugin\Validation\Constraint\UserMailRequiredValidator.
UserMailRequiredValidatorTest.php file core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/UserMailRequiredValidatorTest.php
UserMailRequiredValidatorTest::createValidator function core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/UserMailRequiredValidatorTest.php Creates a validator instance.
UserMailRequiredValidatorTest::providerTestValidate function core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/UserMailRequiredValidatorTest.php Data provider for ::testValidate().
UserMailRequiredValidatorTest::testValidate function core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/UserMailRequiredValidatorTest.php Tests validate.
UserMigrationClassTest class core/modules/user/tests/src/Kernel/Migrate/d7/UserMigrationClassTest.php Tests the user migration plugin class.
UserMigrationClassTest.php file core/modules/user/tests/src/Kernel/Migrate/d7/UserMigrationClassTest.php
UserMigrationClassTest::testClass function core/modules/user/tests/src/Kernel/Migrate/d7/UserMigrationClassTest.php Tests that the profile value process is added to the pipeline.
UserNameFormatterTest class core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php Tests the user_name formatter.
UserNameFormatterTest.php file core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php
UserNameFormatterTest::$bundle property core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php
UserNameFormatterTest::$entityType property core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php
UserNameFormatterTest::$fieldName property core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php
UserNameFormatterTest::$modules property core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php
UserNameFormatterTest::renderEntityFields function core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php Renders fields of a given entity with a given display.
UserNameFormatterTest::setUp function core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php
UserNameFormatterTest::testFormatter function core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php Tests the formatter output.
UserNameItemTest class core/modules/user/tests/src/Unit/UserNameItemTest.php Defines a test for the UserNameItem field-type.
UserNameItemTest.php file core/modules/user/tests/src/Unit/UserNameItemTest.php
UserNameItemTest::providerMaxLength function core/modules/user/tests/src/Unit/UserNameItemTest.php Data provider for maximum-lengths.
UserNameItemTest::testGenerateSampleValue function core/modules/user/tests/src/Unit/UserNameItemTest.php Tests generating sample values.
UserNameThemeCacheTest class core/modules/user/tests/src/Kernel/UserNameThemeCacheTest.php Tests the 'username' theme element.
UserNameThemeCacheTest.php file core/modules/user/tests/src/Kernel/UserNameThemeCacheTest.php
UserNameThemeCacheTest::$modules property core/modules/user/tests/src/Kernel/UserNameThemeCacheTest.php
UserNameThemeCacheTest::setUp function core/modules/user/tests/src/Kernel/UserNameThemeCacheTest.php
UserNameThemeCacheTest::testUserNameThemeRenderCache function core/modules/user/tests/src/Kernel/UserNameThemeCacheTest.php Test cache metadata when rendering arrays using 'username' theme element.
UserNameValidatorTest class core/modules/user/tests/src/Kernel/UserNameValidatorTest.php Verify that user validity checks behave as designed.
UserNameValidatorTest.php file core/modules/user/tests/src/Kernel/UserNameValidatorTest.php
UserNameValidatorTest::$modules property core/modules/user/tests/src/Kernel/UserNameValidatorTest.php
UserNameValidatorTest::$userValidator property core/modules/user/tests/src/Kernel/UserNameValidatorTest.php The user validator under test.

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