Skip to content

Commit

Permalink
Fixes unittest for new URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mollierobbert committed Dec 11, 2014
1 parent 80f15da commit 7cf8856
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public function testPaymentSetupCorrectly()

$this->api_helper->expects($this->once())
->method("createPayment")
->with(13.37, 'Bankafschrift order ' . self::ORDER_INCREMENT_ID . ' deluxe', $this->order_model, Mage::getUrl('mpm/api/return') . '?order_id=' . self::ORDER_ID, null)
->with(13.37, 'Bankafschrift order ' . self::ORDER_INCREMENT_ID . ' deluxe', $this->order_model, Mage::getUrl('mpm/api/return') . '?order_id=' . self::ORDER_ID . '&utm_nooverride=1', null)
->will($this->returnValue(TRUE));

$this->api_helper->expects($this->atLeastOnce())
Expand Down

0 comments on commit 7cf8856

Please sign in to comment.