Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
simpletest.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Sep 2011 at 23:20 UTC
Updated:
4 Jan 2014 at 01:11 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
bfroehle commentedCode borrowed from DrupalWebTestCase::setUp(), of course.
Comment #2
bfroehle commentedThis should be trivial to review and fixes an E_STRICT warning.
Comment #3
sunThat's 100% correct. Thank you!
Comment #4
sun#1: FieldAttachTestCase-1273722-1.patch queued for re-testing.
Comment #5
catchCommitted/pushed to 8.x, will need a quick re-roll for 7.x.
Comment #6
bfroehle commentedQuick re-roll for D7...
$ curl http://drupal.org/files/FieldAttachTestCase-1273722-1.patch | git apply -p2 --indexComment #7
webchickHuh. Weird. I thought we changed DWTC::setUp() some time ago to take $modules as a parameter and get away from the function_get_args() way. Hm. Well, ok, then...
Committed and pushed to 7.x. Thanks!