setUp method only supports passing as an array of string parameters currently, for example:
parent::setUp('comment', 'botcha');
But preferrable way is passing as a single array, that is as follows:
parent::setUp(array('comment', 'botcha'));
I am working on a patch, that will be attached asap.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

PatchRanger’s picture

Status: Active » Needs review
FileSize
695 bytes

Please note: it's a patch for 7.x-3.x branch, not for 7.x-2.x! This misunderstanding is caused by #1874078: Create 7.x-3.x branch on drupal.org, which should be fixed as well.
Fixed for D7. Please review.

PatchRanger’s picture

#1287364: Can't enable modules closed as a duplicate of this one.

PatchRanger’s picture

Version: 7.x-2.x-dev » 7.x-3.x-dev
Status: Needs review » Patch (to be ported)
PatchRanger’s picture

Version: 7.x-3.x-dev » 7.x-2.x-dev
Status: Patch (to be ported) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.