public function TestClient::addNotification in Media: Acquia DAM 8
Add a test notification.
Parameters
array $notification: The test notification to add.
File
- tests/
modules/ media_acquiadam_test/ src/ TestClient.php, line 42
Class
- TestClient
- Overridden implementation of the Acquia DAM client for testing.
Namespace
Drupal\media_acquiadam_testCode
public function addNotification(array $notification) {
$this->notifications[] = $notification;
}