From 901d4ac91d636fee6e197a62d71555efdc5e86c1 Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Tue, 7 Apr 2020 18:29:27 -0400 Subject: [PATCH] Add missing properties on Gmail mock --- SilMock/Google/Service/Gmail.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SilMock/Google/Service/Gmail.php b/SilMock/Google/Service/Gmail.php index 35ceb21..bf02f40 100644 --- a/SilMock/Google/Service/Gmail.php +++ b/SilMock/Google/Service/Gmail.php @@ -7,7 +7,9 @@ class Gmail { + public $users_settings; public $users_settings_delegates; + public $users_settings_forwardingAddresses; public function __construct($client, $dbFile = null) {