Skip to content

Commit 709c241

Browse files
removed constants doc block
1 parent a6e0b3e commit 709c241

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

app/code/Magento/Checkout/Test/Unit/Model/ShippingInformationManagementTest.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,29 +41,14 @@
4141
*/
4242
class ShippingInformationManagementTest extends TestCase
4343
{
44-
/**
45-
* Stub cart id
46-
*/
4744
private const STUB_CART_ID = 100;
4845

49-
/**
50-
* Stub items count
51-
*/
5246
private const STUB_ITEMS_COUNT = 99;
5347

54-
/**
55-
* Stub carrier code
56-
*/
5748
private const STUB_CARRIER_CODE = 'carrier_code';
5849

59-
/**
60-
* Stub shipping method
61-
*/
6250
private const STUB_SHIPPING_METHOD = 'shipping_method';
6351

64-
/**
65-
* Stub error message
66-
*/
6752
private const STUB_ERROR_MESSAGE = 'error message';
6853

6954
/**

0 commit comments

Comments
 (0)