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
CommentJsonAnonTest class core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php @group rest
CommentJsonAnonTest.php file core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php
CommentJsonAnonTest::$defaultTheme property core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php The theme to install as the default for testing.
CommentJsonAnonTest::$format property core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php The format to use in this test.
CommentJsonAnonTest::$mimeType property core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php The MIME type that corresponds to $format.
CommentJsonAnonTest::$patchProtectedFieldNames property core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php Anonymous users cannot edit their own comments.
CommentJsonBasicAuthTest class core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php @group rest
CommentJsonBasicAuthTest.php file core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php
CommentJsonBasicAuthTest::$auth property core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php The authentication mechanism to use in this test.
CommentJsonBasicAuthTest::$defaultTheme property core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php The theme to install as the default for testing.
CommentJsonBasicAuthTest::$format property core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php The format to use in this test.
CommentJsonBasicAuthTest::$mimeType property core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php The MIME type that corresponds to $format.
CommentJsonBasicAuthTest::$modules property core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php Modules to install.
CommentJsonCookieTest class core/modules/comment/tests/src/Functional/Rest/CommentJsonCookieTest.php @group rest
CommentJsonCookieTest.php file core/modules/comment/tests/src/Functional/Rest/CommentJsonCookieTest.php
CommentJsonCookieTest::$auth property core/modules/comment/tests/src/Functional/Rest/CommentJsonCookieTest.php The authentication mechanism to use in this test.
CommentJsonCookieTest::$defaultTheme property core/modules/comment/tests/src/Functional/Rest/CommentJsonCookieTest.php The theme to install as the default for testing.
CommentJsonCookieTest::$format property core/modules/comment/tests/src/Functional/Rest/CommentJsonCookieTest.php The format to use in this test.
CommentJsonCookieTest::$mimeType property core/modules/comment/tests/src/Functional/Rest/CommentJsonCookieTest.php The MIME type that corresponds to $format.
CommentLanguageTest class core/modules/comment/tests/src/Functional/CommentLanguageTest.php Tests for comment language.
CommentLanguageTest.php file core/modules/comment/tests/src/Functional/CommentLanguageTest.php
CommentLanguageTest::$defaultTheme property core/modules/comment/tests/src/Functional/CommentLanguageTest.php The theme to install as the default for testing.
CommentLanguageTest::$modules property core/modules/comment/tests/src/Functional/CommentLanguageTest.php Modules to install.
CommentLanguageTest::setUp function core/modules/comment/tests/src/Functional/CommentLanguageTest.php
CommentLanguageTest::testCommentLanguage function core/modules/comment/tests/src/Functional/CommentLanguageTest.php Tests that comment language is properly set.
CommentLinkBuilderTest class core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php @coversDefaultClass \Drupal\comment\CommentLinkBuilder[[api-linebreak]]
@group comment
CommentLinkBuilderTest.php file core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php
CommentLinkBuilderTest::$commentLinkBuilder property core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php
CommentLinkBuilderTest::$commentManager property core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php Comment manager mock.
CommentLinkBuilderTest::$currentUser property core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php Current user proxy mock.
CommentLinkBuilderTest::$entityTypeManager property core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php The entity type manager.
CommentLinkBuilderTest::$moduleHandler property core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php Module handler mock.
CommentLinkBuilderTest::$stringTranslation property core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php String translation mock.
CommentLinkBuilderTest::$timestamp property core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php Timestamp used in test.
CommentLinkBuilderTest::getLinkCombinations function core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php Data provider for ::testCommentLinkBuilder.
CommentLinkBuilderTest::getMockNode function core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php Builds a mock node based on given scenario.
CommentLinkBuilderTest::setUp function core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php Prepares mocks for the test.
CommentLinkBuilderTest::testCommentLinkBuilder function core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php Tests the buildCommentedEntityLinks method.
CommentLinksAlterTest class core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php Tests comment links altering.
CommentLinksAlterTest.php file core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php
CommentLinksAlterTest::$defaultTheme property core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php The theme to install as the default for testing.
CommentLinksAlterTest::$modules property core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php Modules to install.
CommentLinksAlterTest::setUp function core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php
CommentLinksAlterTest::testCommentLinksAlter function core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php Tests comment links altering.
CommentLinksTest class core/modules/comment/tests/src/Functional/CommentLinksTest.php Basic comment links tests to ensure markup present.
CommentLinksTest class core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php Tests the comment link field handlers.
CommentLinksTest.php file core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php
CommentLinksTest.php file core/modules/comment/tests/src/Functional/CommentLinksTest.php
CommentLinksTest::$comment property core/modules/comment/tests/src/Functional/CommentLinksTest.php Comment being tested.
CommentLinksTest::$defaultTheme property core/modules/comment/tests/src/Functional/CommentLinksTest.php The theme to install as the default for testing.

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