Search for test

  1. Search 7.x for test
  2. Search 8.9.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
UserHalJsonAnonTest::$mimeType property core/modules/hal/tests/src/Functional/user/UserHalJsonAnonTest.php The MIME type that corresponds to $format.
UserHalJsonAnonTest::$modules property core/modules/hal/tests/src/Functional/user/UserHalJsonAnonTest.php Modules to install.
UserHalJsonAnonTest::getExpectedNormalizedEntity function core/modules/hal/tests/src/Functional/user/UserHalJsonAnonTest.php Returns the expected normalization of the entity.
UserHalJsonAnonTest::getNormalizedPostEntity function core/modules/hal/tests/src/Functional/user/UserHalJsonAnonTest.php Returns the normalized POST entity.
UserHalJsonBasicAuthTest class core/modules/hal/tests/src/Functional/user/UserHalJsonBasicAuthTest.php @group hal
@group legacy
UserHalJsonBasicAuthTest.php file core/modules/hal/tests/src/Functional/user/UserHalJsonBasicAuthTest.php
UserHalJsonBasicAuthTest::$auth property core/modules/hal/tests/src/Functional/user/UserHalJsonBasicAuthTest.php The authentication mechanism to use in this test.
UserHalJsonBasicAuthTest::$defaultTheme property core/modules/hal/tests/src/Functional/user/UserHalJsonBasicAuthTest.php The theme to install as the default for testing.
UserHalJsonBasicAuthTest::$modules property core/modules/hal/tests/src/Functional/user/UserHalJsonBasicAuthTest.php Modules to install.
UserHalJsonCookieTest class core/modules/hal/tests/src/Functional/user/UserHalJsonCookieTest.php @group hal
@group legacy
UserHalJsonCookieTest.php file core/modules/hal/tests/src/Functional/user/UserHalJsonCookieTest.php
UserHalJsonCookieTest::$auth property core/modules/hal/tests/src/Functional/user/UserHalJsonCookieTest.php The authentication mechanism to use in this test.
UserHalJsonCookieTest::$defaultTheme property core/modules/hal/tests/src/Functional/user/UserHalJsonCookieTest.php The theme to install as the default for testing.
UserHalLoginHttpTest class core/modules/hal/tests/src/Functional/user/UserHalLoginHttpTest.php Tests login and password reset via direct HTTP in hal_json format.
UserHalLoginHttpTest.php file core/modules/hal/tests/src/Functional/user/UserHalLoginHttpTest.php
UserHalLoginHttpTest::$modules property core/modules/hal/tests/src/Functional/user/UserHalLoginHttpTest.php Modules to install.
UserHalLoginHttpTest::setUp function core/modules/hal/tests/src/Functional/user/UserHalLoginHttpTest.php
UserHalLoginHttpTest::testLogin function core/modules/hal/tests/src/Functional/user/UserHalLoginHttpTest.php Tests user session life cycle.
UserHalLoginHttpTest::testPasswordReset function core/modules/hal/tests/src/Functional/user/UserHalLoginHttpTest.php Tests user password reset.
UserHelpersTest class core/tests/Drupal/FunctionalTests/UserHelpersTest.php Tests User related helper methods of BrowserTestBase.
UserHelpersTest.php file core/tests/Drupal/FunctionalTests/UserHelpersTest.php
UserHelpersTest::$defaultTheme property core/tests/Drupal/FunctionalTests/UserHelpersTest.php The theme to install as the default for testing.
UserHelpersTest::testDrupalUserIsLoggedIn function core/tests/Drupal/FunctionalTests/UserHelpersTest.php Tests BrowserTestBase::drupalUserIsLoggedIn().
UserInstallTest class core/modules/user/tests/src/Kernel/UserInstallTest.php Tests user_install().
UserInstallTest.php file core/modules/user/tests/src/Kernel/UserInstallTest.php
UserInstallTest::$modules property core/modules/user/tests/src/Kernel/UserInstallTest.php Modules to enable.
UserInstallTest::setUp function core/modules/user/tests/src/Kernel/UserInstallTest.php
UserInstallTest::testUserInstall function core/modules/user/tests/src/Kernel/UserInstallTest.php Tests that the initial users have correct values.
UserJsonAnonTest class core/modules/user/tests/src/Functional/Rest/UserJsonAnonTest.php @group rest
UserJsonAnonTest.php file core/modules/user/tests/src/Functional/Rest/UserJsonAnonTest.php
UserJsonAnonTest::$defaultTheme property core/modules/user/tests/src/Functional/Rest/UserJsonAnonTest.php The theme to install as the default for testing.
UserJsonAnonTest::$format property core/modules/user/tests/src/Functional/Rest/UserJsonAnonTest.php The format to use in this test.
UserJsonAnonTest::$mimeType property core/modules/user/tests/src/Functional/Rest/UserJsonAnonTest.php The MIME type that corresponds to $format.
UserJsonBasicAuthTest class core/modules/user/tests/src/Functional/Rest/UserJsonBasicAuthTest.php @group rest
UserJsonBasicAuthTest.php file core/modules/user/tests/src/Functional/Rest/UserJsonBasicAuthTest.php
UserJsonBasicAuthTest::$auth property core/modules/user/tests/src/Functional/Rest/UserJsonBasicAuthTest.php The authentication mechanism to use in this test.
UserJsonBasicAuthTest::$defaultTheme property core/modules/user/tests/src/Functional/Rest/UserJsonBasicAuthTest.php The theme to install as the default for testing.
UserJsonBasicAuthTest::$format property core/modules/user/tests/src/Functional/Rest/UserJsonBasicAuthTest.php The format to use in this test.
UserJsonBasicAuthTest::$mimeType property core/modules/user/tests/src/Functional/Rest/UserJsonBasicAuthTest.php The MIME type that corresponds to $format.
UserJsonBasicAuthTest::$modules property core/modules/user/tests/src/Functional/Rest/UserJsonBasicAuthTest.php Modules to install.
UserJsonCookieTest class core/modules/user/tests/src/Functional/Rest/UserJsonCookieTest.php @group rest
UserJsonCookieTest.php file core/modules/user/tests/src/Functional/Rest/UserJsonCookieTest.php
UserJsonCookieTest::$auth property core/modules/user/tests/src/Functional/Rest/UserJsonCookieTest.php The authentication mechanism to use in this test.
UserJsonCookieTest::$defaultTheme property core/modules/user/tests/src/Functional/Rest/UserJsonCookieTest.php The theme to install as the default for testing.
UserJsonCookieTest::$format property core/modules/user/tests/src/Functional/Rest/UserJsonCookieTest.php The format to use in this test.
UserJsonCookieTest::$mimeType property core/modules/user/tests/src/Functional/Rest/UserJsonCookieTest.php The MIME type that corresponds to $format.
UserKernelTestBase class core/modules/user/tests/src/Kernel/Views/UserKernelTestBase.php Provides a common test base for user views tests.
UserKernelTestBase.php file core/modules/user/tests/src/Kernel/Views/UserKernelTestBase.php
UserKernelTestBase::$modules property core/modules/user/tests/src/Kernel/Views/UserKernelTestBase.php Modules to enable.
UserKernelTestBase::$roleStorage property core/modules/user/tests/src/Kernel/Views/UserKernelTestBase.php The entity storage for roles.

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