| CommentResourceTestBase |
class |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
Resource test base for the comment entity. |
| CommentResourceTestBase.php |
file |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
|
| CommentResourceTestBase::$entity |
property |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
|
| CommentResourceTestBase::$entityTypeId |
property |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
The tested entity type. |
| CommentResourceTestBase::$modules |
property |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
Modules to install. |
| CommentResourceTestBase::$patchProtectedFieldNames |
property |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
The fields that are protected against modification during PATCH requests. |
| CommentResourceTestBase::createEntity |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
Creates the entity to be tested. |
| CommentResourceTestBase::getExpectedCacheContexts |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
The expected cache contexts for the GET/HEAD response of the test entity. |
| CommentResourceTestBase::getExpectedCacheTags |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
The expected cache tags for the GET/HEAD response of the test entity. |
| CommentResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
Returns the expected normalization of the entity. |
| CommentResourceTestBase::getExpectedUnauthorizedAccessMessage |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
Return the expected error message. |
| CommentResourceTestBase::getExpectedUnauthorizedEntityAccessCacheability |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
The cacheability of unauthorized 'view' entity access. |
| CommentResourceTestBase::getNormalizedPatchEntity |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
Returns the normalized PATCH entity. |
| CommentResourceTestBase::getNormalizedPostEntity |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
Returns the normalized POST entity. |
| CommentResourceTestBase::setUp |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
|
| CommentResourceTestBase::setUpAuthorization |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
Sets up the necessary authorization. |
| CommentResourceTestBase::testPostDxWithoutCriticalBaseFields |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
Tests POSTing a comment without critical base fields. |
| CommentResourceTestBase::testPostSkipCommentApproval |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
Tests POSTing a comment with and without 'skip comment approval'. |
| CommentRowTest |
class |
core/modules/comment/tests/src/Functional/Views/CommentRowTest.php |
Tests the comment row plugin. |
| CommentRowTest.php |
file |
core/modules/comment/tests/src/Functional/Views/CommentRowTest.php |
|
| CommentRowTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/Views/CommentRowTest.php |
The theme to install as the default for testing. |
| CommentRowTest::$testViews |
property |
core/modules/comment/tests/src/Functional/Views/CommentRowTest.php |
Views used by this test. |
| CommentRowTest::testCommentRow |
function |
core/modules/comment/tests/src/Functional/Views/CommentRowTest.php |
Tests comment row. |
| CommentRssTest |
class |
core/modules/comment/tests/src/Functional/CommentRssTest.php |
Tests comments as part of an RSS feed. |
| CommentRssTest.php |
file |
core/modules/comment/tests/src/Functional/CommentRssTest.php |
|
| CommentRssTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/CommentRssTest.php |
The theme to install as the default for testing. |
| CommentRssTest::$modules |
property |
core/modules/comment/tests/src/Functional/CommentRssTest.php |
Modules to install. |
| CommentRssTest::setUp |
function |
core/modules/comment/tests/src/Functional/CommentRssTest.php |
|
| CommentRssTest::testCommentRss |
function |
core/modules/comment/tests/src/Functional/CommentRssTest.php |
Tests comments as part of an RSS feed. |
| CommentSourceWithHighWaterTest |
class |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentSourceWithHighWaterTest.php |
Tests the Drupal 6 comment source w/ high water handling. |
| CommentSourceWithHighWaterTest.php |
file |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentSourceWithHighWaterTest.php |
|
| CommentSourceWithHighWaterTest::$modules |
property |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentSourceWithHighWaterTest.php |
Modules to install. |
| CommentSourceWithHighWaterTest::providerSource |
function |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentSourceWithHighWaterTest.php |
Provides source data for ::testSource. |
| CommentStatisticsTest |
class |
core/modules/comment/tests/src/Functional/CommentStatisticsTest.php |
Tests comment statistics on nodes. |
| CommentStatisticsTest.php |
file |
core/modules/comment/tests/src/Functional/CommentStatisticsTest.php |
|
| CommentStatisticsTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/CommentStatisticsTest.php |
The theme to install as the default for testing. |
| CommentStatisticsTest::$webUser2 |
property |
core/modules/comment/tests/src/Functional/CommentStatisticsTest.php |
A secondary user for posting comments. |
| CommentStatisticsTest::setUp |
function |
core/modules/comment/tests/src/Functional/CommentStatisticsTest.php |
|
| CommentStatisticsTest::testCommentNodeCommentStatistics |
function |
core/modules/comment/tests/src/Functional/CommentStatisticsTest.php |
Tests the node comment statistics. |
| CommentStatisticsUnitTest |
class |
core/modules/comment/tests/src/Unit/CommentStatisticsUnitTest.php |
Tests Drupal\comment\CommentStatistics. |
| CommentStatisticsUnitTest.php |
file |
core/modules/comment/tests/src/Unit/CommentStatisticsUnitTest.php |
|
| CommentStatisticsUnitTest::$callsToFetch |
property |
core/modules/comment/tests/src/Unit/CommentStatisticsUnitTest.php |
Counts calls to fetchAssoc(). |
| CommentStatisticsUnitTest::$commentStatistics |
property |
core/modules/comment/tests/src/Unit/CommentStatisticsUnitTest.php |
CommentStatistics service under test. |
| CommentStatisticsUnitTest::$database |
property |
core/modules/comment/tests/src/Unit/CommentStatisticsUnitTest.php |
Mock database connection. |
| CommentStatisticsUnitTest::$select |
property |
core/modules/comment/tests/src/Unit/CommentStatisticsUnitTest.php |
Mock select interface. |
| CommentStatisticsUnitTest::$statement |
property |
core/modules/comment/tests/src/Unit/CommentStatisticsUnitTest.php |
Mock statement. |
| CommentStatisticsUnitTest::fetchObjectCallback |
function |
core/modules/comment/tests/src/Unit/CommentStatisticsUnitTest.php |
Return value callback for fetchObject() function on mocked object. |
| CommentStatisticsUnitTest::setUp |
function |
core/modules/comment/tests/src/Unit/CommentStatisticsUnitTest.php |
Sets up required mocks and the CommentStatistics service under test. |
| CommentStatisticsUnitTest::testRead |
function |
core/modules/comment/tests/src/Unit/CommentStatisticsUnitTest.php |
Tests the read method. |
| CommentStatusFieldAccessTest |
class |
core/modules/comment/tests/src/Functional/CommentStatusFieldAccessTest.php |
Tests comment status field access. |