Search for test

  1. Search 7.x for test
  2. Search 9.5.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
CommentFieldsTest class core/modules/comment/tests/src/Functional/CommentFieldsTest.php Tests fields on comments.
CommentFieldsTest.php file core/modules/comment/tests/src/Functional/CommentFieldsTest.php
CommentFieldsTest::$defaultTheme property core/modules/comment/tests/src/Functional/CommentFieldsTest.php The theme to install as the default for testing.
CommentFieldsTest::$modules property core/modules/comment/tests/src/Functional/CommentFieldsTest.php Install the field UI.
CommentFieldsTest::testCommentDefaultFields function core/modules/comment/tests/src/Functional/CommentFieldsTest.php Tests that the default 'comment_body' field is correctly added.
CommentFieldsTest::testCommentFieldCreate function core/modules/comment/tests/src/Functional/CommentFieldsTest.php Tests creating a comment field through the interface.
CommentFieldsTest::testCommentFieldDelete function core/modules/comment/tests/src/Functional/CommentFieldsTest.php Tests that you can remove a comment field.
CommentFieldsTest::testCommentFieldLinksNonDefaultName function core/modules/comment/tests/src/Functional/CommentFieldsTest.php Tests link building with non-default comment field names.
CommentFieldsTest::testCommentInstallAfterContentModule function core/modules/comment/tests/src/Functional/CommentFieldsTest.php Tests that comment module works when installed after a content module.
CommentHalJsonAnonTest class core/modules/comment/tests/src/Functional/Hal/CommentHalJsonAnonTest.php @group hal
CommentHalJsonAnonTest.php file core/modules/comment/tests/src/Functional/Hal/CommentHalJsonAnonTest.php
CommentHalJsonAnonTest::$defaultTheme property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonAnonTest.php The theme to install as the default for testing.
CommentHalJsonAnonTest::$patchProtectedFieldNames property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonAnonTest.php Anonymous users cannot edit their own comments.
CommentHalJsonBasicAuthTest class core/modules/comment/tests/src/Functional/Hal/CommentHalJsonBasicAuthTest.php @group hal
CommentHalJsonBasicAuthTest.php file core/modules/comment/tests/src/Functional/Hal/CommentHalJsonBasicAuthTest.php
CommentHalJsonBasicAuthTest::$auth property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonBasicAuthTest.php The authentication mechanism to use in this test.
CommentHalJsonBasicAuthTest::$defaultTheme property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonBasicAuthTest.php The theme to install as the default for testing.
CommentHalJsonBasicAuthTest::$modules property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonBasicAuthTest.php Modules to install.
CommentHalJsonCookieTest class core/modules/comment/tests/src/Functional/Hal/CommentHalJsonCookieTest.php @group hal
CommentHalJsonCookieTest.php file core/modules/comment/tests/src/Functional/Hal/CommentHalJsonCookieTest.php
CommentHalJsonCookieTest::$auth property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonCookieTest.php The authentication mechanism to use in this test.
CommentHalJsonCookieTest::$defaultTheme property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonCookieTest.php The theme to install as the default for testing.
CommentHalJsonTestBase class core/modules/comment/tests/src/Functional/Hal/CommentHalJsonTestBase.php
CommentHalJsonTestBase class core/modules/hal/tests/src/Functional/EntityResource/Comment/CommentHalJsonTestBase.php
CommentHalJsonTestBase.php file core/modules/hal/tests/src/Functional/EntityResource/Comment/CommentHalJsonTestBase.php
CommentHalJsonTestBase.php file core/modules/comment/tests/src/Functional/Hal/CommentHalJsonTestBase.php
CommentHalJsonTestBase::$format property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonTestBase.php The format to use in this test.
CommentHalJsonTestBase::$mimeType property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonTestBase.php The MIME type that corresponds to $format.
CommentHalJsonTestBase::$modules property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonTestBase.php Modules to install.
CommentHalJsonTestBase::$patchProtectedFieldNames property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonTestBase.php The HAL+JSON format causes different PATCH-protected fields. For some
reason, the 'pid' and 'homepage' fields are NOT PATCH-protected, even
though they are for non-HAL+JSON serializations.
CommentHalJsonTestBase::getExpectedNormalizedEntity function core/modules/comment/tests/src/Functional/Hal/CommentHalJsonTestBase.php Returns the expected normalization of the entity.
CommentHalJsonTestBase::getNormalizedPostEntity function core/modules/comment/tests/src/Functional/Hal/CommentHalJsonTestBase.php Returns the normalized POST entity.
CommentHostnameTest class core/modules/comment/tests/src/Kernel/CommentHostnameTest.php Tests the hostname base field.
CommentHostnameTest.php file core/modules/comment/tests/src/Kernel/CommentHostnameTest.php
CommentHostnameTest::$modules property core/modules/comment/tests/src/Kernel/CommentHostnameTest.php Modules to enable.
CommentHostnameTest::testGetDefaultHostname function core/modules/comment/tests/src/Kernel/CommentHostnameTest.php Tests hostname default value callback.
CommentHostnameUpdateTest class core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php Tests that comment hostname settings are properly updated.
CommentHostnameUpdateTest.php file core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php
CommentHostnameUpdateTest::setDatabaseDumpFiles function core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php Set database dump files to be used.
CommentHostnameUpdateTest::testCommentPostUpdateAddIpAddressSetting function core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php Tests comment_post_update_add_ip_address_setting().
CommentHostnameUpdateTest::testCommentUpdate8600 function core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php Tests comment_update_8600().
CommentIntegrationTest class core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php Tests integration of comment with other components.
CommentIntegrationTest.php file core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php
CommentIntegrationTest::$modules property core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php Modules to enable.
CommentIntegrationTest::setUp function core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php
CommentIntegrationTest::testCommentDefaultOwner function core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php Test the default owner of comment entities.
CommentIntegrationTest::testViewMode function core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php Tests view mode setting integration.
CommentInterfaceTest class core/modules/comment/tests/src/Functional/CommentInterfaceTest.php Tests comment user interfaces.
CommentInterfaceTest.php file core/modules/comment/tests/src/Functional/CommentInterfaceTest.php
CommentInterfaceTest::$defaultTheme property core/modules/comment/tests/src/Functional/CommentInterfaceTest.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.