Due to this change in the automated tests of Ubercart, the checkout test of Extra Fields Pane will fail. UbercartTestHelper::checkout() now returns an order object instead of an order ID.
A fix for the 6.x-2.x version will come shortly.
The 7.x-1.x version of Extra Fields Pane may also be affected, I haven't checked that yet.
Comments
Comment #1
megachrizClearified title.
Comment #2
megachrizA fix for the 6.x-2.x version has been committed.
I'll check later if a change for the 7.x-1.x version is needed.
Comment #3
megachrizComment #4
megachrizIn Ubercart 7.x-3.x the
UbercartTestHelper::checkout()method also returns an object instead of an integer now, though the tests in the 7.x-1.x version of Extra Fields Pane didn't fail like was the case in the 6.x-2.x version. Still, a change has been made to keep consistent withUbercartTestHelper::checkout()method.See commit.