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. 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::testOverviewLinks function core/modules/dblog/tests/src/Functional/DbLogTest.php Make sure HTML tags are filtered out in the log overview links.
DbLogTest::testSameTimestampEntries function core/modules/dblog/tests/src/Functional/DbLogTest.php Tests sorting for entries with the same timestamp.
DbLogTest::testTemporaryUser function core/modules/dblog/tests/src/Functional/DbLogTest.php Tests that the details page displays correctly for a temporary user.
DbLogTest::verifyBreadcrumbs function core/modules/dblog/tests/src/Functional/DbLogTest.php Generates and then verifies breadcrumbs.
DbLogTest::verifyEvents function core/modules/dblog/tests/src/Functional/DbLogTest.php Generates and then verifies various types of events.
DbLogTest::verifyLinkEscaping function core/modules/dblog/tests/src/Functional/DbLogTest.php Tests link escaping in the operation row of a database log detail page.
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 enable.
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
DecoratedServiceTest class core/modules/system/tests/src/Kernel/DecoratedServiceTest.php Test handling of decorated services in DependencySerializationTraitPass.
DecoratedServiceTest.php file core/modules/system/tests/src/Kernel/DecoratedServiceTest.php
DecoratedServiceTest::$modules property core/modules/system/tests/src/Kernel/DecoratedServiceTest.php Modules to enable.
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
DefaultAccessCheckTest class core/tests/Drupal/Tests/Core/Access/DefaultAccessCheckTest.php @coversDefaultClass \Drupal\Core\Access\DefaultAccessCheck[[api-linebreak]]
@group Access
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/KernelTests/Core/Config/DefaultConfigTest.php Tests that default configuration provided by all modules matches schema.
DefaultConfigTest class core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php Tests that the installed config matches the default config.
DefaultConfigTest class core/tests/Drupal/Tests/Core/Extension/DefaultConfigTest.php Tests default configuration of the Extension system.
DefaultConfigTest.php file core/tests/Drupal/Tests/Core/Extension/DefaultConfigTest.php
DefaultConfigTest.php file core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php
DefaultConfigTest.php file core/tests/Drupal/KernelTests/Core/Config/DefaultConfigTest.php
DefaultConfigTest::$modules property core/tests/Drupal/KernelTests/Core/Config/DefaultConfigTest.php Modules to enable.
DefaultConfigTest::$modules property core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php Modules to enable.
DefaultConfigTest::$skippedConfig property core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php The following config entries are changed on module install.

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