We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e0b3e commit 709c241Copy full SHA for 709c241
app/code/Magento/Checkout/Test/Unit/Model/ShippingInformationManagementTest.php
@@ -41,29 +41,14 @@
41
*/
42
class ShippingInformationManagementTest extends TestCase
43
{
44
- /**
45
- * Stub cart id
46
- */
47
private const STUB_CART_ID = 100;
48
49
50
- * Stub items count
51
52
private const STUB_ITEMS_COUNT = 99;
53
54
55
- * Stub carrier code
56
57
private const STUB_CARRIER_CODE = 'carrier_code';
58
59
60
- * Stub shipping method
61
62
private const STUB_SHIPPING_METHOD = 'shipping_method';
63
64
65
- * Stub error message
66
67
private const STUB_ERROR_MESSAGE = 'error message';
68
69
/**
0 commit comments