Skip to content

Commit c38d998

Browse files
committed
Refactoring.
1 parent f133bff commit c38d998

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/api-functional/testsuite/Magento/Quote/Api/GuestShipmentEstimationWithExtensionAttributesTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class GuestShipmentEstimationWithExtensionAttributesTest extends WebapiAbstract
2121
*/
2222
private $objectManager;
2323

24-
protected function setUp()
24+
protected function setUp(): void
2525
{
2626
$this->objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager();
2727
}
@@ -32,7 +32,7 @@ protected function setUp()
3232
* @magentoApiDataFixture Magento/SalesRule/_files/cart_rule_free_shipping.php
3333
* @magentoApiDataFixture Magento/Sales/_files/quote.php
3434
*/
35-
public function testEstimateByExtendedAddress()
35+
public function testEstimateByExtendedAddress(): void
3636
{
3737
/** @var \Magento\Quote\Model\Quote $quote */
3838
$quote = $this->objectManager->create(\Magento\Quote\Model\Quote::class);

0 commit comments

Comments
 (0)