Skip to content

Commit

Permalink
Merge pull request #28 from silinternational/feature/fix-gmail-mock
Browse files Browse the repository at this point in the history
Add missing properties on Gmail mock
  • Loading branch information
mtompset authored Apr 8, 2020
2 parents 736bff2 + 901d4ac commit 5783cc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SilMock/Google/Service/Gmail.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@

class Gmail
{
public $users_settings;
public $users_settings_delegates;
public $users_settings_forwardingAddresses;

public function __construct($client, $dbFile = null)
{
Expand Down

0 comments on commit 5783cc8

Please sign in to comment.