CommentFieldNameTest |
class |
core/modules/comment/tests/src/Kernel/Views/CommentFieldNameTest.php |
Tests the comment field name field. |
CommentFieldNameTest.php |
file |
core/modules/comment/tests/src/Kernel/Views/CommentFieldNameTest.php |
|
CommentFieldNameTest::$modules |
property |
core/modules/comment/tests/src/Kernel/Views/CommentFieldNameTest.php |
Modules to install. |
CommentFieldNameTest::$testViews |
property |
core/modules/comment/tests/src/Kernel/Views/CommentFieldNameTest.php |
Views used by this test. |
CommentFieldNameTest::testCommentFieldName |
function |
core/modules/comment/tests/src/Kernel/Views/CommentFieldNameTest.php |
Tests comment field name. |
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 |
Modules to install. |
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. |
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 install. |
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 install. |
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 install. |
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. |
CommentJsonAnonTest |
class |
core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php |
Tests Comment Json Anon. |
CommentJsonAnonTest.php |
file |
core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php |
|
CommentJsonAnonTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php |
The theme to install as the default for testing. |
CommentJsonAnonTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php |
The format to use in this test. |
CommentJsonAnonTest::$mimeType |
property |
core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php |
The MIME type that corresponds to $format. |
CommentJsonAnonTest::$patchProtectedFieldNames |
property |
core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php |
Anonymous users cannot edit their own comments. |
CommentJsonBasicAuthTest |
class |
core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php |
Tests Comment Json Basic Auth. |
CommentJsonBasicAuthTest.php |
file |
core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php |
|
CommentJsonBasicAuthTest::$auth |
property |
core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php |
The authentication mechanism to use in this test. |
CommentJsonBasicAuthTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php |
The theme to install as the default for testing. |
CommentJsonBasicAuthTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php |
The format to use in this test. |
CommentJsonBasicAuthTest::$mimeType |
property |
core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php |
The MIME type that corresponds to $format. |
CommentJsonBasicAuthTest::$modules |
property |
core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php |
Modules to install. |