You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/code/Magento/AsynchronousOperations/Test/Unit/Model/ResourceModel/System/Message/Collection/Synchronized/PluginTest.php
+54Lines changed: 54 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -163,6 +163,60 @@ public function testAfterTo($operationDetails)
163
163
$this->assertEquals(2, $result2['totalRecords']);
164
164
}
165
165
166
+
/**
167
+
* Tests that message building operations don't get called more than Plugin::MESSAGES_LIMIT times
0 commit comments