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 c396f41 commit 9383ff6Copy full SHA for 9383ff6
WooCommerce/WooCommerceTests/Mockups/MockPushNotificationsManager.swift
@@ -41,8 +41,10 @@ final class MockPushNotificationsManager: PushNotesManager {
41
}
42
43
extension MockPushNotificationsManager {
44
+ /// Send a ForegroundNotification that will be emitted by the `foregroundNotifications`
45
+ /// observable.
46
+ ///
47
func sendForegroundNotification(_ notification: ForegroundNotification) {
48
foregroundNotificationsSubject.send(notification)
49
50
-
0 commit comments