Support from Acquia helps fund testing for Drupal Acquia logo

Comments

kid_icarus’s picture

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

Status: Needs review » Reviewed & tested by the community

2/2

Status: Reviewed & tested by the community » Needs work

The last submitted patch, drupal-1711350-1.patch, failed testing.

tim.plunkett’s picture

Oh looks like it tries to set/use it's own version of $this->modules.

kid_icarus’s picture

Status: Needs work » Needs review
Issue tags: -Novice, -Testing system

#1: drupal-1711350-1.patch queued for re-testing.

Status: Needs review » Needs work
Issue tags: +Novice, +Testing system

The last submitted patch, drupal-1711350-1.patch, failed testing.

tim.plunkett’s picture

Status: Needs work » Needs review
FileSize
3.21 KB

HelpTest::getModuleList() was documented as returning an array, but was using a property instead, which clashed with this new property.
So, I changed the method to do what it claims to do.

tim.plunkett’s picture

FileSize
3.35 KB

Forgot to fix up NoHelpTest for the docs changed.

kid_icarus’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me. Using help's own getModuleList method seems sensible, and the corresponding changes inside getModuleList seem correct.

Dries’s picture

By the way, it wouldn't hurt to re-roll all these issues into one patch. It's not very convenient to have 30 small patches. Any takers to do that? It would be tremendously helpful.

tim.plunkett’s picture

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