Support from Acquia helps fund testing for Drupal Acquia logo

Comments

kid_icarus’s picture

Assigned: Unassigned » kid_icarus
Status: Active » Needs review
FileSize
2.73 KB
tim.plunkett’s picture

Status: Needs review » Reviewed & tested by the community

3/3

xjm’s picture

Status: Reviewed & tested by the community » Needs work

Needs doxygen fix as discussed in IRC. :)

xjm’s picture

See the summary of #1711070: Convert tests to use ::$modules property instead of parent::setUp($modules) for how the docblock should be added.

kid_icarus’s picture

Status: Needs work » Needs review
FileSize
1.66 KB
2.9 KB
xjm’s picture

+++ b/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.phpundefined
@@ -64,7 +71,7 @@ class ForumTest extends WebTestBase {
+    parent::setUp();
     // Create users.

Minor point, but should we add a blank line above the inline comment here?

larowlan’s picture

Added blank line as requested by xjm

xjm’s picture

Status: Needs review » Reviewed & tested by the community

Alright, this looks fine. :)

tim.plunkett’s picture

Status: Reviewed & tested by the community » Closed (duplicate)