CommentTypeTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php |
The tested entity type. |
CommentTypeTest::$modules |
property |
core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php |
Modules to install. |
CommentTypeTest::$modules |
property |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/CommentTypeTest.php |
Modules to install. |
CommentTypeTest::$permissions |
property |
core/modules/comment/tests/src/Functional/CommentTypeTest.php |
Permissions to grant admin user. |
CommentTypeTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php |
The name of the tested JSON:API resource type. |
CommentTypeTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php |
Creates the entity to be tested. |
CommentTypeTest::getExpectedDocument |
function |
core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php |
Returns the expected JSON:API document for the entity. |
CommentTypeTest::getPostDocument |
function |
core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php |
Returns the JSON:API POST document. |
CommentTypeTest::providerSource |
function |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/CommentTypeTest.php |
Provides source data for ::testSource. |
CommentTypeTest::setUp |
function |
core/modules/comment/tests/src/Functional/CommentTypeTest.php |
Sets the test up. |
CommentTypeTest::setUpAuthorization |
function |
core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php |
Sets up the necessary authorization. |
CommentTypeTest::testCommentTypeCreation |
function |
core/modules/comment/tests/src/Functional/CommentTypeTest.php |
Tests creating a comment type programmatically and via a form. |
CommentTypeTest::testCommentTypeDeletion |
function |
core/modules/comment/tests/src/Functional/CommentTypeTest.php |
Tests deleting a comment type that still has content. |
CommentTypeTest::testCommentTypeEditing |
function |
core/modules/comment/tests/src/Functional/CommentTypeTest.php |
Tests editing a comment type using the UI. |
CommentTypeValidationTest |
class |
core/modules/comment/tests/src/Kernel/CommentTypeValidationTest.php |
Tests validation of comment_type entities. |
CommentTypeValidationTest.php |
file |
core/modules/comment/tests/src/Kernel/CommentTypeValidationTest.php |
|
CommentTypeValidationTest::$modules |
property |
core/modules/comment/tests/src/Kernel/CommentTypeValidationTest.php |
Modules to install. |
CommentTypeValidationTest::setUp |
function |
core/modules/comment/tests/src/Kernel/CommentTypeValidationTest.php |
|
CommentTypeXmlAnonTest |
class |
core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlAnonTest.php |
Tests Comment Type Xml Anon. |
CommentTypeXmlAnonTest.php |
file |
core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlAnonTest.php |
|
CommentTypeXmlAnonTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlAnonTest.php |
The theme to install as the default for testing. |
CommentTypeXmlAnonTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlAnonTest.php |
The format to use in this test. |
CommentTypeXmlAnonTest::$mimeType |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlAnonTest.php |
The MIME type that corresponds to $format. |
CommentTypeXmlBasicAuthTest |
class |
core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php |
Tests Comment Type Xml Basic Auth. |
CommentTypeXmlBasicAuthTest.php |
file |
core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php |
|
CommentTypeXmlBasicAuthTest::$auth |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php |
The authentication mechanism to use in this test. |
CommentTypeXmlBasicAuthTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php |
The theme to install as the default for testing. |
CommentTypeXmlBasicAuthTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php |
The format to use in this test. |
CommentTypeXmlBasicAuthTest::$mimeType |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php |
The MIME type that corresponds to $format. |
CommentTypeXmlBasicAuthTest::$modules |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php |
Modules to install. |
CommentTypeXmlCookieTest |
class |
core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlCookieTest.php |
Tests Comment Type Xml Cookie. |
CommentTypeXmlCookieTest.php |
file |
core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlCookieTest.php |
|
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 |
|