From eaef407cfafd5b27588f438ce535fe6d5030bc18 Mon Sep 17 00:00:00 2001 From: Arkadii Chyzhov <achyzhov@ebay.com> Date: Wed, 22 Apr 2015 14:23:01 +0300 Subject: [PATCH] MAGETWO-36382: Magento\Quote\Api\GuestBillingAddressManagement - fixed a typo in a method name --- .../Unit/Model/GuestCart/GuestBillingAddressManagementTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Quote/Test/Unit/Model/GuestCart/GuestBillingAddressManagementTest.php b/app/code/Magento/Quote/Test/Unit/Model/GuestCart/GuestBillingAddressManagementTest.php index 52e611b25bd..4f6a3e63a63 100644 --- a/app/code/Magento/Quote/Test/Unit/Model/GuestCart/GuestBillingAddressManagementTest.php +++ b/app/code/Magento/Quote/Test/Unit/Model/GuestCart/GuestBillingAddressManagementTest.php @@ -88,7 +88,7 @@ class GuestBillingAddressManagementTest extends \PHPUnit_Framework_TestCase /** * @return void */ - public function testAssing() + public function testAssign() { $addressId = 1; $this->billingAddressManagementMock->expects($this->once())->method('assign')->willReturn($addressId); -- GitLab