Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
comment.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Jun 2015 at 15:15 UTC
Updated:
26 Aug 2015 at 18:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
JvE commentedComment #2
olli commentedNice find. I think we need a test here.
Comment #4
RavindraSingh commentedWithout tests.
Comment #5
RavindraSingh commentedComment #6
RavindraSingh commentedHere, I am adding a patch which includes tests in DefaultViewRecentCommentsTest.php file. I am not sure how to write the tests here, Adding the tests in existing file.
Here I am not sure if we can add more tests into single file.
Comment #7
RavindraSingh commentedMoving back to needs work.
Needs guidelines for writing tests.
Comment #8
andypostshould be
$node->nidas patch #1 doesComment #9
geertvd commentedAdded some tests for this
Comment #13
borisson_Fixed a small nitpick in the patch. (Short array syntax).
This has tests so removing the tag.
Comment #14
borisson_Since I didn't really change anything with the patch I added and test still pass, I feel I can RTBC this issue.
Comment #15
andypost+1 rtbc
Comment #16
alexpott@borisson_ the short array syntax is a recommendation rather than a standard.
This issue is a normal bug fix, and doesn't include any disruptive changes, so it is allowed per https://www.drupal.org/core/beta-changes.Committed f85c0c1 and pushed to 8.0.x. Thanks!