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 d760cb9 commit e5fd395Copy full SHA for e5fd395
dev/tests/integration/testsuite/Magento/Sales/Controller/Adminhtml/Order/AddressTest.php
@@ -48,7 +48,7 @@ protected function setUp()
48
public function testSuccessfulEdit(): void
49
{
50
$order = $this->orderFactory->create()->loadByIncrementId(100000001);
51
- $this->dispatchWithAddressId($order->getBillingAddressId());
+ $this->dispatchWithAddressId((int)$order->getBillingAddressId());
52
$this->assertInstanceOf(OrderAddressInterface::class, $this->registry->registry('order_address'));
53
}
54
0 commit comments