Closed (fixed)
Project:
Translation Management Tool
Version:
7.x-1.x-dev
Component:
Core
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
15 Jan 2013 at 21:18 UTC
Updated:
15 Feb 2013 at 09:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
ethanethan commentedActually there are more, all dealing with the setUp() method. Am i doing something wrong?
Comment #2
berdirThis is because are using PHP 5.4. Noticed it too but it's not a really a problem, so no need to worry.
Comment #3
ethanethan commentedBut you wouldn't say no to a patch :) ? When we update our modules, we overwrite, so it would be helpful if the TMGMT repo had this fix.
Comment #4
berdirSure, patches are welcome.
Comment #5
ethanethan commentedComment #6
ethanethan commentedA little refactoring needed for this one.
Comment #7
berdirComment #9
ethanethan commentedNeeded to use the same strategy in TMGMTBaseTestCase setUp() as DrupalWebTestCase setUp() to get modules param.
Comment #10
berdirLooks good, thanks!
Commited and pushed.