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 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.
Test class core/modules/config/tests/config_constant_test/src/Test.php A test class.

All search results

Title Object type File name Summary
TypedDataTest::testTypedDataLists function core/tests/Drupal/KernelTests/Core/TypedData/TypedDataTest.php Tests using typed data lists.
TypedDataTest::testTypedDataListsFilter function core/tests/Drupal/KernelTests/Core/TypedData/TypedDataTest.php Tests the filter() method on typed data lists.
TypedDataTest::testTypedDataListsLast function core/tests/Drupal/KernelTests/Core/TypedData/TypedDataTest.php Tests the last() method on typed data lists.
TypedDataTest::testTypedDataMaps function core/tests/Drupal/KernelTests/Core/TypedData/TypedDataTest.php Tests using a typed data map.
TypedDataTest::testTypedDataValidation function core/tests/Drupal/KernelTests/Core/TypedData/TypedDataTest.php Tests typed data validation.
TypeResolverTest class core/tests/Drupal/Tests/Core/Config/TypeResolverTest.php Tests Drupal\Core\Config\Schema\TypeResolver.
TypeResolverTest.php file core/tests/Drupal/Tests/Core/Config/TypeResolverTest.php
TypeResolverTest::testInvalidType function core/tests/Drupal/Tests/Core/Config/TypeResolverTest.php Tests invalid type.
UiHelperTrait::isTestUsingGuzzleClient function core/tests/Drupal/Tests/UiHelperTrait.php Determines if test is using DrupalTestBrowser.
UITestBase class core/modules/views_ui/tests/src/Functional/UITestBase.php Provides a base class for testing the Views UI.
UITestBase.php file core/modules/views_ui/tests/src/Functional/UITestBase.php
UITestBase::$adminUser property core/modules/views_ui/tests/src/Functional/UITestBase.php An admin user with the 'administer views' permission.
UITestBase::$fullAdminUser property core/modules/views_ui/tests/src/Functional/UITestBase.php An admin user with administrative permissions for views, blocks, and nodes.
UITestBase::$modules property core/modules/views_ui/tests/src/Functional/UITestBase.php Modules to install.
UITestBase::drupalGet function core/modules/views_ui/tests/src/Functional/UITestBase.php Retrieves a Drupal path or an absolute path.
UITestBase::randomView function core/modules/views_ui/tests/src/Functional/UITestBase.php A helper method which creates a random view.
UITestBase::setUp function core/modules/views_ui/tests/src/Functional/UITestBase.php Sets up the test.
UmamiMultilingualInstallTest class core/profiles/demo_umami/tests/src/Functional/UmamiMultilingualInstallTest.php Tests the multilingual installer installing the Umami profile.
UmamiMultilingualInstallTest.php file core/profiles/demo_umami/tests/src/Functional/UmamiMultilingualInstallTest.php
UmamiMultilingualInstallTest::$langcode property core/profiles/demo_umami/tests/src/Functional/UmamiMultilingualInstallTest.php The language code in which to install Drupal.
UmamiMultilingualInstallTest::$profile property core/profiles/demo_umami/tests/src/Functional/UmamiMultilingualInstallTest.php The installation profile to install.
UmamiMultilingualInstallTest::getPo function core/profiles/demo_umami/tests/src/Functional/UmamiMultilingualInstallTest.php Returns the string for the test .po file.
UmamiMultilingualInstallTest::installParameters function core/profiles/demo_umami/tests/src/Functional/UmamiMultilingualInstallTest.php Returns the parameters that will be used when the test installs Drupal.
UmamiMultilingualInstallTest::setUpLanguage function core/profiles/demo_umami/tests/src/Functional/UmamiMultilingualInstallTest.php Installer step: Select language.
UmamiMultilingualInstallTest::testUmami function core/profiles/demo_umami/tests/src/Functional/UmamiMultilingualInstallTest.php Ensures that Umami can be installed with Spanish as the default language.
UncacheableTestAccessResult class core/tests/Drupal/Tests/Core/Access/AccessResultTest.php Stub class for testing AccessResult.
UncacheableTestAccessResult::$value property core/tests/Drupal/Tests/Core/Access/AccessResultTest.php The access result value. 'ALLOWED', 'FORBIDDEN' or 'NEUTRAL'.
UncacheableTestAccessResult::andIf function core/tests/Drupal/Tests/Core/Access/AccessResultTest.php Combine this access result with another using AND.
UncacheableTestAccessResult::isAllowed function core/tests/Drupal/Tests/Core/Access/AccessResultTest.php Checks whether this access result indicates access is explicitly allowed.
UncacheableTestAccessResult::isForbidden function core/tests/Drupal/Tests/Core/Access/AccessResultTest.php Checks whether this access result indicates access is explicitly forbidden.
UncacheableTestAccessResult::isNeutral function core/tests/Drupal/Tests/Core/Access/AccessResultTest.php Checks whether this access result indicates access is not yet determined.
UncacheableTestAccessResult::orIf function core/tests/Drupal/Tests/Core/Access/AccessResultTest.php Combine this access result with another using OR.
UncacheableTestAccessResult::__construct function core/tests/Drupal/Tests/Core/Access/AccessResultTest.php Constructs a new UncacheableTestAccessResult object.
UncaughtExceptionTest class core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests kernel panic when things are really messed up.
UncaughtExceptionTest.php file core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
UncaughtExceptionTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php The theme to install as the default for testing.
UncaughtExceptionTest::$expectedExceptionMessage property core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Exceptions thrown by site under test that contain this text are ignored.
UncaughtExceptionTest::$modules property core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Modules to install.
UncaughtExceptionTest::assertErrorLogged function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Asserts that a specific error has been logged to the PHP error log.
UncaughtExceptionTest::assertNoErrorsLogged function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Asserts that no errors have been logged to the PHP error.log thus far.
UncaughtExceptionTest::setUp function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
UncaughtExceptionTest::testErrorContainer function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests a container which has an error.
UncaughtExceptionTest::testExceptionContainer function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests a container which has an exception really early.
UncaughtExceptionTest::testLoggerException function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests fallback to PHP error log when an exception is thrown while logging.
UncaughtExceptionTest::testLostDatabaseConnection function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests the case when the database connection is gone.
UncaughtExceptionTest::testMissingDependency function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests a missing dependency on a service.
UncaughtExceptionTest::testUncaughtException function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests uncaught exception handling when system is in a bad state.
UncaughtExceptionTest::testUncaughtExceptionCustomExceptionHandler function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests uncaught exception handling with custom exception handler.
UncaughtExceptionTest::testUncaughtFatalError function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests displaying an uncaught fatal error.
under_test_update_1 function core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php Simulates a hook_update_N function.

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