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
CommentHalExportTest::$defaultTheme property core/modules/hal/tests/src/Functional/comment/Views/CommentHalExportTest.php The theme to install as the default for testing.
CommentHalExportTest::$modules property core/modules/hal/tests/src/Functional/comment/Views/CommentHalExportTest.php Modules to install.
CommentHalExportTest::$testViews property core/modules/hal/tests/src/Functional/comment/Views/CommentHalExportTest.php Views used by this test.
CommentHalExportTest::setUp function core/modules/hal/tests/src/Functional/comment/Views/CommentHalExportTest.php Sets up the test.
CommentHalExportTest::testCommentRestExport function core/modules/hal/tests/src/Functional/comment/Views/CommentHalExportTest.php Tests comment row.
CommentHalJsonAnonTest class core/modules/hal/tests/src/Functional/comment/CommentHalJsonAnonTest.php @group hal
@group legacy
CommentHalJsonAnonTest.php file core/modules/hal/tests/src/Functional/comment/CommentHalJsonAnonTest.php
CommentHalJsonAnonTest::$defaultTheme property core/modules/hal/tests/src/Functional/comment/CommentHalJsonAnonTest.php The theme to install as the default for testing.
CommentHalJsonAnonTest::$patchProtectedFieldNames property core/modules/hal/tests/src/Functional/comment/CommentHalJsonAnonTest.php Anonymous users cannot edit their own comments.
CommentHalJsonBasicAuthTest class core/modules/hal/tests/src/Functional/comment/CommentHalJsonBasicAuthTest.php @group hal
@group legacy
CommentHalJsonBasicAuthTest.php file core/modules/hal/tests/src/Functional/comment/CommentHalJsonBasicAuthTest.php
CommentHalJsonBasicAuthTest::$auth property core/modules/hal/tests/src/Functional/comment/CommentHalJsonBasicAuthTest.php The authentication mechanism to use in this test.
CommentHalJsonBasicAuthTest::$defaultTheme property core/modules/hal/tests/src/Functional/comment/CommentHalJsonBasicAuthTest.php The theme to install as the default for testing.
CommentHalJsonBasicAuthTest::$modules property core/modules/hal/tests/src/Functional/comment/CommentHalJsonBasicAuthTest.php Modules to install.
CommentHalJsonCookieTest class core/modules/hal/tests/src/Functional/comment/CommentHalJsonCookieTest.php @group hal
@group legacy
CommentHalJsonCookieTest.php file core/modules/hal/tests/src/Functional/comment/CommentHalJsonCookieTest.php
CommentHalJsonCookieTest::$auth property core/modules/hal/tests/src/Functional/comment/CommentHalJsonCookieTest.php The authentication mechanism to use in this test.
CommentHalJsonCookieTest::$defaultTheme property core/modules/hal/tests/src/Functional/comment/CommentHalJsonCookieTest.php The theme to install as the default for testing.
CommentHalJsonTestBase class core/modules/hal/tests/src/Functional/comment/CommentHalJsonTestBase.php
CommentHalJsonTestBase.php file core/modules/hal/tests/src/Functional/comment/CommentHalJsonTestBase.php
CommentHalJsonTestBase::$format property core/modules/hal/tests/src/Functional/comment/CommentHalJsonTestBase.php The format to use in this test.
CommentHalJsonTestBase::$mimeType property core/modules/hal/tests/src/Functional/comment/CommentHalJsonTestBase.php The MIME type that corresponds to $format.
CommentHalJsonTestBase::$modules property core/modules/hal/tests/src/Functional/comment/CommentHalJsonTestBase.php Modules to install.
CommentHalJsonTestBase::$patchProtectedFieldNames property core/modules/hal/tests/src/Functional/comment/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/hal/tests/src/Functional/comment/CommentHalJsonTestBase.php Returns the expected normalization of the entity.
CommentHalJsonTestBase::getNormalizedPostEntity function core/modules/hal/tests/src/Functional/comment/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.
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 Tests 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.
CommentInterfaceTest::setUp function core/modules/comment/tests/src/Functional/CommentInterfaceTest.php Set up comments to have subject and preview disabled.
CommentInterfaceTest::testAutoFilledHtmlSubject function core/modules/comment/tests/src/Functional/CommentInterfaceTest.php Tests that automatic subject is correctly created from HTML comment text.
CommentInterfaceTest::testAutoFilledSubject function core/modules/comment/tests/src/Functional/CommentInterfaceTest.php Tests that the subject is automatically filled if disabled or left blank.
CommentInterfaceTest::testCommentInterface function core/modules/comment/tests/src/Functional/CommentInterfaceTest.php Tests the comment interface.
CommentInterfaceTest::testViewMode function core/modules/comment/tests/src/Functional/CommentInterfaceTest.php Tests the comment formatter configured with a custom comment view mode.
CommentItemTest class core/modules/comment/tests/src/Kernel/CommentItemTest.php Tests the new entity API for the comment field type.
CommentItemTest.php file core/modules/comment/tests/src/Kernel/CommentItemTest.php
CommentItemTest::$modules property core/modules/comment/tests/src/Kernel/CommentItemTest.php Modules to enable.
CommentItemTest::setUp function core/modules/comment/tests/src/Kernel/CommentItemTest.php Set the default field storage backend for fields created during tests.
CommentItemTest::testCommentAuthorName function core/modules/comment/tests/src/Kernel/CommentItemTest.php Tests comment author name.
CommentItemTest::testCommentItem function core/modules/comment/tests/src/Kernel/CommentItemTest.php Tests using entity fields of the comment field type.

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