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
CommandsTest::testEmptyInsertCommand function core/tests/Drupal/KernelTests/Core/Ajax/CommandsTest.php Checks empty content in commands does not throw exceptions.
comment.type.test_comment_type.yml file core/modules/comment/tests/modules/comment_base_field_test/config/install/comment.type.test_comment_type.yml core/modules/comment/tests/modules/comment_base_field_test/config/install/comment.type.test_comment_type.yml
CommentAccessTest class core/modules/comment/tests/src/Functional/CommentAccessTest.php Tests comment administration and preview access.
CommentAccessTest.php file core/modules/comment/tests/src/Functional/CommentAccessTest.php
CommentAccessTest::$defaultTheme property core/modules/comment/tests/src/Functional/CommentAccessTest.php The theme to install as the default for testing.
CommentAccessTest::$modules property core/modules/comment/tests/src/Functional/CommentAccessTest.php Modules to enable.
CommentAccessTest::$unpublishedNode property core/modules/comment/tests/src/Functional/CommentAccessTest.php Node for commenting.
CommentAccessTest::setUp function core/modules/comment/tests/src/Functional/CommentAccessTest.php
CommentAccessTest::testCannotCommentOnEntitiesYouCannotView function core/modules/comment/tests/src/Functional/CommentAccessTest.php Tests commenting disabled for access-blocked entities.
CommentAccessTest::testCannotViewCommentReplyFormOnEntitiesYouCannotView function core/modules/comment/tests/src/Functional/CommentAccessTest.php Tests cannot view comment reply form on entities you cannot view.
CommentActionsTest class core/modules/comment/tests/src/Functional/CommentActionsTest.php Tests actions provided by the Comment module.
CommentActionsTest.php file core/modules/comment/tests/src/Functional/CommentActionsTest.php
CommentActionsTest::$defaultTheme property core/modules/comment/tests/src/Functional/CommentActionsTest.php The theme to install as the default for testing.
CommentActionsTest::$modules property core/modules/comment/tests/src/Functional/CommentActionsTest.php Modules to install.
CommentActionsTest::testCommentPublishUnpublishActions function core/modules/comment/tests/src/Functional/CommentActionsTest.php Tests comment publish and unpublish actions.
CommentActionsTest::testCommentUnpublishByKeyword function core/modules/comment/tests/src/Functional/CommentActionsTest.php Tests the unpublish comment by keyword action.
CommentAdminTest class core/modules/comment/tests/src/Functional/CommentAdminTest.php Tests comment approval functionality.
CommentAdminTest class core/modules/comment/tests/src/Functional/Views/CommentAdminTest.php Tests comment approval functionality.
CommentAdminTest.php file core/modules/comment/tests/src/Functional/CommentAdminTest.php
CommentAdminTest.php file core/modules/comment/tests/src/Functional/Views/CommentAdminTest.php
CommentAdminTest::$defaultTheme property core/modules/comment/tests/src/Functional/CommentAdminTest.php The theme to install as the default for testing.
CommentAdminTest::$defaultTheme property core/modules/comment/tests/src/Functional/Views/CommentAdminTest.php The theme to install as the default for testing.
CommentAdminTest::setUp function core/modules/comment/tests/src/Functional/CommentAdminTest.php
CommentAdminTest::setUp function core/modules/comment/tests/src/Functional/Views/CommentAdminTest.php
CommentAdminTest::testApprovalAdminInterface function core/modules/comment/tests/src/Functional/CommentAdminTest.php Test comment approval functionality through admin/content/comment.
CommentAdminTest::testApprovalAdminInterface function core/modules/comment/tests/src/Functional/Views/CommentAdminTest.php Test comment approval functionality through admin/content/comment.
CommentAdminTest::testApprovalNodeInterface function core/modules/comment/tests/src/Functional/CommentAdminTest.php Tests comment approval functionality through the node interface.
CommentAdminTest::testCommentAdmin function core/modules/comment/tests/src/Functional/CommentAdminTest.php Tests comment bundle admin.
CommentAdminTest::testCommentedEntityLabel function core/modules/comment/tests/src/Functional/Views/CommentAdminTest.php Tests commented entity label of admin view.
CommentAdminTest::testCommentedTranslationDeletion function core/modules/comment/tests/src/Functional/CommentAdminTest.php Tests commented translation deletion admin view.
CommentAdminTest::testEditComment function core/modules/comment/tests/src/Functional/CommentAdminTest.php Tests editing a comment as an admin.
CommentAdminViewTest class core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php Tests comment admin view filters.
CommentAdminViewTest.php file core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php
CommentAdminViewTest::$adminUser property core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php Admin user.
CommentAdminViewTest::$comments property core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php Comments.
CommentAdminViewTest::$modules property core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php Modules to enable.
CommentAdminViewTest::doTestFilters function core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php Tests comment admin view display.
CommentAdminViewTest::setUp function core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php
CommentAdminViewTest::testFilters function core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php Tests comment admin view filters.
CommentAdminViewUpdateTest class core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php Tests that comment admin view is enabled after update.
CommentAdminViewUpdateTest.php file core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php
CommentAdminViewUpdateTest::$modules property core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php Modules to enable after the database is loaded.
CommentAdminViewUpdateTest::setDatabaseDumpFiles function core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php Set database dump files to be used.
CommentAdminViewUpdateTest::testCommentAdminPostUpdateHook function core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php Tests that comment admin view is enabled after update.
CommentAnonymousTest class core/modules/comment/tests/src/Functional/CommentAnonymousTest.php Tests anonymous commenting.
CommentAnonymousTest.php file core/modules/comment/tests/src/Functional/CommentAnonymousTest.php
CommentAnonymousTest::$defaultTheme property core/modules/comment/tests/src/Functional/CommentAnonymousTest.php The theme to install as the default for testing.
CommentAnonymousTest::setUp function core/modules/comment/tests/src/Functional/CommentAnonymousTest.php
CommentAnonymousTest::testAnonymous function core/modules/comment/tests/src/Functional/CommentAnonymousTest.php Tests anonymous comment functionality.
CommentAttributesTest class core/modules/rdf/tests/src/Functional/CommentAttributesTest.php Tests the RDFa markup of comments.

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