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
DbLogTest::verifyReports function core/modules/dblog/tests/src/Functional/DbLogTest.php Confirms that database log reports are displayed at the correct paths.
DbLogTest::verifyRowLimit function core/modules/dblog/tests/src/Functional/DbLogTest.php Verifies setting of the database log row limit.
DbLogTest::verifySort function core/modules/dblog/tests/src/Functional/DbLogTest.php Verifies the sorting functionality of the database logging reports table.
DbLogViewsTest class core/modules/dblog/tests/src/Functional/DbLogViewsTest.php Verifies user access to log reports based on permissions.
DbLogViewsTest.php file core/modules/dblog/tests/src/Functional/DbLogViewsTest.php
DbLogViewsTest::$defaultTheme property core/modules/dblog/tests/src/Functional/DbLogViewsTest.php The theme to install as the default for testing.
DbLogViewsTest::$modules property core/modules/dblog/tests/src/Functional/DbLogViewsTest.php Modules to install.
DbLogViewsTest::filterLogsEntries function core/modules/dblog/tests/src/Functional/DbLogViewsTest.php Filters the logs according to the specific severity and log entry type.
DbLogViewsTest::getLogsEntriesTable function core/modules/dblog/tests/src/Functional/DbLogViewsTest.php Find the Logs table in the DOM.
DbLogViewsTest::testEmptyText function core/modules/dblog/tests/src/Functional/DbLogViewsTest.php Tests the empty text for the watchdog view is not using an input format.
dblog_test_views.info.yml file core/modules/dblog/tests/modules/dblog_test_views/dblog_test_views.info.yml core/modules/dblog/tests/modules/dblog_test_views/dblog_test_views.info.yml
DbToolsApplicationTest class core/modules/system/tests/src/Kernel/Scripts/DbToolsApplicationTest.php Test that the DbToolsApplication works correctly.
DbToolsApplicationTest.php file core/modules/system/tests/src/Kernel/Scripts/DbToolsApplicationTest.php
DbToolsApplicationTest::testDumpCommandRegistration function core/modules/system/tests/src/Kernel/Scripts/DbToolsApplicationTest.php Tests that the dump command is correctly registered.
DbToolsApplicationTest::testImportCommandRegistration function core/modules/system/tests/src/Kernel/Scripts/DbToolsApplicationTest.php Tests that the dump command is correctly registered.
DCOM58Test class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php This class is a near-copy of
\Doctrine\Tests\Common\Annotations\Ticket\DCOM58Test, which is part of the
Doctrine project: <http://www.doctrine-project.org>. It was copied from
version 1.2.7.
DCOM58Test.php file core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
DCOM58Test::setUp function core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
DCOM58Test::testIssueGlobalNamespace function core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
DCOM58Test::testIssueMultipleNamespaces function core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
DCOM58Test::testIssueNamespaces function core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
DCOM58Test::testIssueSimpleAnnotationReader function core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
DCOM58Test::testIssueWithNamespacesOrImports function core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
ddd_hook_order_test.info.yml file core/modules/system/tests/modules/HookOrder/ddd_hook_order_test/ddd_hook_order_test.info.yml core/modules/system/tests/modules/HookOrder/ddd_hook_order_test/ddd_hook_order_test.info.yml
ddd_hook_order_test.module file core/modules/system/tests/modules/HookOrder/ddd_hook_order_test/ddd_hook_order_test.module
ddd_hook_order_test_test_hook function core/modules/system/tests/modules/HookOrder/ddd_hook_order_test/ddd_hook_order_test.module Implements hook_test_hook().
DebugDump::testRunnerFinished function core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php Prints the dumps generated during the test.
DecoratedServiceTest class core/modules/system/tests/src/Kernel/DecoratedServiceTest.php Test handling of decorated services with the reverse container.
DecoratedServiceTest.php file core/modules/system/tests/src/Kernel/DecoratedServiceTest.php
DecoratedServiceTest::$modules property core/modules/system/tests/src/Kernel/DecoratedServiceTest.php Modules to install.
DecoratedServiceTest::testDecoratedServiceId function core/modules/system/tests/src/Kernel/DecoratedServiceTest.php Check that decorated services keep their original service ID.
decorated_service_test.info.yml file core/modules/system/tests/modules/decorated_service_test/decorated_service_test.info.yml core/modules/system/tests/modules/decorated_service_test/decorated_service_test.info.yml
decorated_service_test.services.yml file core/modules/system/tests/modules/decorated_service_test/decorated_service_test.services.yml core/modules/system/tests/modules/decorated_service_test/decorated_service_test.services.yml
DecoupledMenusTestHooks class core/modules/system/tests/modules/decoupled_menus_test/src/Hook/DecoupledMenusTestHooks.php Hook implementations for decoupled_menus_test.
DecoupledMenusTestHooks.php file core/modules/system/tests/modules/decoupled_menus_test/src/Hook/DecoupledMenusTestHooks.php
DecoupledMenusTestHooks::menuLinksDiscoveredAlter function core/modules/system/tests/modules/decoupled_menus_test/src/Hook/DecoupledMenusTestHooks.php Implements hook_menu_links_discovered_alter().
decoupled_menus_test.info.yml file core/modules/system/tests/modules/decoupled_menus_test/decoupled_menus_test.info.yml core/modules/system/tests/modules/decoupled_menus_test/decoupled_menus_test.info.yml
DefaultAccessCheckTest class core/tests/Drupal/Tests/Core/Access/DefaultAccessCheckTest.php Tests Drupal\Core\Access\DefaultAccessCheck.
DefaultAccessCheckTest.php file core/tests/Drupal/Tests/Core/Access/DefaultAccessCheckTest.php
DefaultAccessCheckTest::$accessChecker property core/tests/Drupal/Tests/Core/Access/DefaultAccessCheckTest.php The access checker to test.
DefaultAccessCheckTest::$account property core/tests/Drupal/Tests/Core/Access/DefaultAccessCheckTest.php The mocked account.
DefaultAccessCheckTest::setUp function core/tests/Drupal/Tests/Core/Access/DefaultAccessCheckTest.php
DefaultAccessCheckTest::testAccess function core/tests/Drupal/Tests/Core/Access/DefaultAccessCheckTest.php Tests the access method.
DefaultConfigTest class core/tests/Drupal/Tests/Core/Extension/DefaultConfigTest.php Tests default configuration of the Extension system.
DefaultConfigTest class core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php Tests that the installed config matches the default config.
DefaultConfigTest.php file core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php
DefaultConfigTest.php file core/tests/Drupal/Tests/Core/Extension/DefaultConfigTest.php
DefaultConfigTest::$modules property core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php Modules to install.
DefaultConfigTest::$skippedConfig property core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php The following config entries are changed on module install.
DefaultConfigTest::$timeLimit property core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php

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