Skip to content

Commit 36e34dc

Browse files
committed
Merge branch 'MAGETWO-37431' of https://github.corp.ebay.com/magento-firedrakes/magento2ce into MAGETWO-28011
2 parents f9ab91b + 0086260 commit 36e34dc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/code/Magento/Sales/Model/Order.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ public function setCanSendNewEmailFlag($flag)
427427
/**
428428
* Load order by system increment identifier
429429
*
430+
* @deprecated
430431
* @param string $incrementId
431432
* @return \Magento\Sales\Model\Order
432433
*/

dev/tests/functional/tests/app/Magento/Cms/Test/Page/CmsIndex.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
<block name="currencyBlock" class="Magento\Directory\Test\Block\Currency\Switcher" locator=".switcher.currency" strategy="css selector" />
1919
<block name="cmsPageBlock" class="Magento\Cms\Test\Block\Page" locator=".page-main" strategy="css selector" />
2020
<block name="widgetView" class="Magento\Widget\Test\Block\WidgetView" locator=".widget" strategy="css selector" />
21+
<block name="messagesBlock" class="Magento\Backend\Test\Block\Messages" locator=".messages" strategy="css selector"/>
2122
</page>
2223
</config>

0 commit comments

Comments
 (0)