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 c9bd736 commit 84a002bCopy full SHA for 84a002b
app/code/Magento/AdminNotification/Test/Unit/Block/ToolbarEntryTest.php
@@ -51,7 +51,8 @@ public function testGetLatestUnreadNotifications()
51
52
// 1. Create mocks
53
$notificationList = $this->getMockBuilder(
54
- \Magento\AdminNotification\Model\ResourceModel\Inbox\Collection\Unread::class)
+ \Magento\AdminNotification\Model\ResourceModel\Inbox\Collection\Unread::class
55
+ )
56
->disableOriginalConstructor()
57
->getMock();
58
0 commit comments