CommentTypeXmlCookieTest::$auth |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlCookieTest.php |
The authentication mechanism to use in this test. |
CommentTypeXmlCookieTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlCookieTest.php |
The theme to install as the default for testing. |
CommentTypeXmlCookieTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlCookieTest.php |
The format to use in this test. |
CommentTypeXmlCookieTest::$mimeType |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlCookieTest.php |
The MIME type that corresponds to $format. |
CommentUninstallTest |
class |
core/modules/comment/tests/src/Kernel/CommentUninstallTest.php |
Tests comment module uninstall. |
CommentUninstallTest.php |
file |
core/modules/comment/tests/src/Kernel/CommentUninstallTest.php |
|
CommentUninstallTest::$modules |
property |
core/modules/comment/tests/src/Kernel/CommentUninstallTest.php |
Modules to install. |
CommentUninstallTest::setUp |
function |
core/modules/comment/tests/src/Kernel/CommentUninstallTest.php |
|
CommentUninstallTest::testCommentUninstallWithField |
function |
core/modules/comment/tests/src/Kernel/CommentUninstallTest.php |
Tests if comment module uninstall fails if the field exists. |
CommentUninstallTest::testCommentUninstallWithoutField |
function |
core/modules/comment/tests/src/Kernel/CommentUninstallTest.php |
Tests if uninstallation succeeds if the field has been deleted beforehand. |
CommentUriDeprecationTest |
class |
core/modules/comment/tests/src/Kernel/CommentUriDeprecationTest.php |
Performs kernel tests on the deprecation of the comment_uri method. |
CommentUriDeprecationTest.php |
file |
core/modules/comment/tests/src/Kernel/CommentUriDeprecationTest.php |
|
CommentUriDeprecationTest::$commentUser |
property |
core/modules/comment/tests/src/Kernel/CommentUriDeprecationTest.php |
A user to add comments. |
CommentUriDeprecationTest::$modules |
property |
core/modules/comment/tests/src/Kernel/CommentUriDeprecationTest.php |
Modules to install. |
CommentUriDeprecationTest::setUp |
function |
core/modules/comment/tests/src/Kernel/CommentUriDeprecationTest.php |
|
CommentUriDeprecationTest::testCommentUriMethod |
function |
core/modules/comment/tests/src/Kernel/CommentUriDeprecationTest.php |
Tests the deprecation of comment_uri() method. |
CommentUserNameTest |
class |
core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php |
Tests comment user name field. |
CommentUserNameTest.php |
file |
core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php |
|
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 install. |
CommentUserNameTest::setUp |
function |
core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php |
|
CommentUserNameTest::testUsername |
function |
core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php |
Tests 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. |
CommentValidationTest::testValidationOfCommentOfUnpublishedNode |
function |
core/modules/comment/tests/src/Kernel/CommentValidationTest.php |
Tests that comments of unpublished nodes are not valid. |
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 install. |
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 install. |
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. |
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. |