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
CommentUserNameTest::$adminUser property core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php Admin user.
CommentUserNameTest::$modules property core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php Modules to enable.
CommentUserNameTest::setUp function core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php
CommentUserNameTest::testUsername function core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php Test the username formatter.
CommentValidationTest class core/modules/comment/tests/src/Kernel/CommentValidationTest.php Tests comment validation constraints.
CommentValidationTest.php file core/modules/comment/tests/src/Kernel/CommentValidationTest.php
CommentValidationTest::$modules property core/modules/comment/tests/src/Kernel/CommentValidationTest.php Modules to install.
CommentValidationTest::assertLengthViolation function core/modules/comment/tests/src/Kernel/CommentValidationTest.php Verifies that a length violation exists for the given field.
CommentValidationTest::setUp function core/modules/comment/tests/src/Kernel/CommentValidationTest.php
CommentValidationTest::testValidation function core/modules/comment/tests/src/Kernel/CommentValidationTest.php Tests the comment validation constraints.
CommentVariablePerCommentTypeTest class core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariablePerCommentTypeTest.php Tests comment variable per comment type source plugin.
CommentVariablePerCommentTypeTest.php file core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariablePerCommentTypeTest.php
CommentVariablePerCommentTypeTest::$modules property core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariablePerCommentTypeTest.php Modules to enable.
CommentVariablePerCommentTypeTest::providerSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariablePerCommentTypeTest.php The data provider.
CommentVariablePerCommentTypeTest::testSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariablePerCommentTypeTest.php @dataProvider providerSource
@requires extension pdo_sqlite
@expectedDeprecation CommentVariablePerCommentType is deprecated in Drupal 8.4.x and will be removed before Drupal 9.0.x. Use \Drupal\node\Plugin\migrate\source\d6\NodeType…
CommentVariableTest class core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariableTest.php Tests d6_comment_variable source plugin.
CommentVariableTest.php file core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariableTest.php
CommentVariableTest::$modules property core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariableTest.php Modules to enable.
CommentVariableTest::providerSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariableTest.php The data provider.
CommentVariableTest::testSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariableTest.php @dataProvider providerSource
@requires extension pdo_sqlite
@expectedDeprecation CommentVariable is deprecated in Drupal 8.4.x and will be removed before Drupal 9.0.x. Use \Drupal\node\Plugin\migrate\source\d6\NodeType instead.
CommentViewsFieldAccessTest class core/modules/comment/tests/src/Kernel/Views/CommentViewsFieldAccessTest.php Tests base field access in Views for the comment entity.
CommentViewsFieldAccessTest.php file core/modules/comment/tests/src/Kernel/Views/CommentViewsFieldAccessTest.php
CommentViewsFieldAccessTest::$modules property core/modules/comment/tests/src/Kernel/Views/CommentViewsFieldAccessTest.php Modules to enable.
CommentViewsFieldAccessTest::setUp function core/modules/comment/tests/src/Kernel/Views/CommentViewsFieldAccessTest.php
CommentViewsFieldAccessTest::testCommentFields function core/modules/comment/tests/src/Kernel/Views/CommentViewsFieldAccessTest.php Check access for comment fields.
CommentViewsKernelTestBase class core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php Provides a common test base for comment views tests.
CommentViewsKernelTestBase.php file core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php
CommentViewsKernelTestBase::$adminUser property core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php Admin user.
CommentViewsKernelTestBase::$commentStorage property core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php The entity storage for comments.
CommentViewsKernelTestBase::$modules property core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php Modules to enable.
CommentViewsKernelTestBase::$userStorage property core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php The entity storage for users.
CommentViewsKernelTestBase::setUp function core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php
CommentXmlAnonTest class core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php @group rest
CommentXmlAnonTest.php file core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php
CommentXmlAnonTest::$defaultTheme property core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php The theme to install as the default for testing.
CommentXmlAnonTest::$format property core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php The format to use in this test.
CommentXmlAnonTest::$mimeType property core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php The MIME type that corresponds to $format.
CommentXmlAnonTest::$patchProtectedFieldNames property core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php Anonymous users cannot edit their own comments.
CommentXmlAnonTest::testPostDxWithoutCriticalBaseFields function core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php Tests POSTing a comment without critical base fields.
CommentXmlAnonTest::testPostSkipCommentApproval function core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php Tests POSTing a comment with and without 'skip comment approval'
CommentXmlBasicAuthTest class core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php @group rest
CommentXmlBasicAuthTest.php file core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php
CommentXmlBasicAuthTest::$auth property core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php The authentication mechanism to use in this test.
CommentXmlBasicAuthTest::$defaultTheme property core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php The theme to install as the default for testing.
CommentXmlBasicAuthTest::$format property core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php The format to use in this test.
CommentXmlBasicAuthTest::$mimeType property core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php The MIME type that corresponds to $format.
CommentXmlBasicAuthTest::$modules property core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php Modules to install.
CommentXmlBasicAuthTest::testPostDxWithoutCriticalBaseFields function core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php Tests POSTing a comment without critical base fields.
CommentXmlBasicAuthTest::testPostSkipCommentApproval function core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php Tests POSTing a comment with and without 'skip comment approval'
CommentXmlCookieTest class core/modules/comment/tests/src/Functional/Rest/CommentXmlCookieTest.php @group rest

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